About menu text on mobile
General Discussion
5
Posts
3
Posters
1.0k
Views
1
Watching
-
Hey I need a little help. I would like to have the menu text white on the about page, for the desktop version I used the following code. My question how do I get the same effect for the mobile version?
/* navigation */
body.slug-info nav.primary a{
color: white;
}https://www.danielniederkofler.com/
Any help and advice appreciated!
-
Hello @Daniel1234, did you try that?
@media (max-width: 600px){ .id-18 .navbar {background-color: black;} .id-18 nav.mobile-nav li a span {color: white;} } -
Thank you for the reply.Unfortunately it does not really work, the menu text on the about page just turns black
-
-
Thank you for the reply.Unfortunately it does not really work, the menu text on the about page just turns black
Hey @Daniel1234 ,
Did you try with !important?
Like:
@media (max-width: 600px){ .id-18 .navbar {background-color: black !important;} .id-18 nav.mobile-nav li a {color: white !important;} }When I try with the dev tool it works for me.
Let me know.
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com
