Home › Forums › SKT Black/White Theme Support › nav-menu in mobile version
This topic contains 5 replies, has 3 voices, and was last updated by Forum Moderator 2 years, 7 months ago.
- AuthorPosts
- July 9, 2016 at 9:46 pm #39955
dears
– how can i remove/change the background color for the navigation menu in the mobile version
– also there are 3 small lines in the navigation menu, how can i remove them also and replace them with the word menu
– how I can make the mobile navigation menu RTLif you need I can send you my website URL
July 10, 2016 at 11:54 am #39974Sure send your website URL please.
Regards,
ShriJuly 11, 2016 at 6:58 am #40020July 11, 2016 at 9:15 am #40045Hi Jamal,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (min-width:480px){
.toggle a{background:#000000 !important;}
.header .header-inner .nav ul li{text-align:right !important;}
}Regards,
DaveJuly 11, 2016 at 11:12 am #40057thanks for ur response
I added the code
but still the menu in mobile not changed
still black background and not rtlJuly 12, 2016 at 7:58 am #40137Hi Jamal,
You need to change the color code from the previously given code.
Regards,
Dave - AuthorPosts
You must be logged in to reply to this topic.