Home › Forums › All Other Themes › Remove/ Adjust Mobile Menu Toggle
- This topic has 5 replies, 2 voices, and was last updated 8 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
February 2, 2016 at 10:50 am #21193
Hi everybody,
My website is almost finished, but I’m still trying to fix the following:
Right now my Menu on Desktop has 3 subjects. And they are next to each other. But, when I switch to my mobile (or I adjust the size on desktop) then the Menu turns into a dropdown menu. And while the desktop shows a black background with yellow font, the dropdown menu shows white background with yellow font. So that makes it almost impossible to read.
Now I want this mobile menu GONE, or I want to adjust the background into black.
Right now I’m using the SKTTheme NatureOne, and I hope someone can help me with this problem.
My website is: www.salesbc.nl
Thanks in advance!
Richard Blok
P.S. I’m using WordPress.
February 2, 2016 at 11:27 am #21200Hi Richard,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Add this css in custom css box@media screen and (min-width: 990px) {
.toggle a{background:#1d1d1d url(“../images/mobile_nav_right.png”) no-repeat scroll right center; color:#ffef0f;}
.nav ul{background:#1d1d1d;}
}Regards,
ShriFebruary 2, 2016 at 12:00 pm #21211Hi Shri,
Thanks for the quick response.
I can see that the color of the desktop header is changing into black. But the thing is:
The background opacity right now is on 0.9 so that means it will show a black bar (as you can see on the website right now, i’ll leave the adjustments so you can see them.
And when I make the screen smaller, you will still see a white background with yellow text for the Menu toggle.
Any idea?
Thanks in advance.
February 2, 2016 at 1:20 pm #21217Hi,
Kindly add this in custom css box
@media screen and (max-width: 939px) {
.toggle a{background:#1d1d1d url(“../images/mobile_nav_right.png”) no-repeat scroll right center; color:#ffef0f;}
.nav ul{background:#1d1d1d;}
}Regards,
ShriFebruary 2, 2016 at 5:16 pm #21242Woop! Thanks man, it worked!
Finally, spended hours to fix this by myself.
I opened another thread for Google Maps in Featured Image, if you can help me with that, then I’m completely done.
Thanks alot!
Richard Blok
February 3, 2016 at 5:20 am #21306Hi Richard,
Kindly send us your WordPress admin details via email on [email protected]
Note: Kindly mention the issue in the email.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.