Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
Mobile menu color
coqweb
November 2014
in
Menu / Mega menu
Comments
coqweb
November 2014
hello,
I would change the text color of the mobile menu only without chnger the text color of the main menu.
reason: my mobile menu is written in white on white ...
Do you have a solution?
Albert
November 2014
Hi,
yes, we have solution but we need url to your website so we can check how it exactly looks and what css will be the best for your needs.
coqweb
November 2014
ok it's
http://paella-couscous.fr/
Albert
November 2014
Please use below css to change text on mobile version:
@media
only screen and (max-width: 479px) { #Top_bar .menu > li > a { color: #000 !important; } }
coqweb
November 2014
ok nice,
thank you !
djedwinsan
December 2014
Hello, this works for smartphone screen sizes but does not work on tablet screen sizes, neither landscape or portrait mode. Could you provide help to change it on tablets as well? Thank you.
Albert
December 2014
@djedwinsan
If you want to do it for other screen sizes, then please play with max-width value. Instead of 479px use your own size.
djedwinsan
December 2014
Would I use several copies of this css line with different values for each?
Albert
December 2014
Yes, exactly!
Sign In
or
Register
to comment.
Comments
I would change the text color of the mobile menu only without chnger the text color of the main menu.
reason: my mobile menu is written in white on white ...
Do you have a solution?
yes, we have solution but we need url to your website so we can check how it exactly looks and what css will be the best for your needs.
thank you !