changing mobile menu font color / opacity
-
Hi,
I am almost sure that I am missing the obvious – but I do not seem to be able to change the color of the mobile menu font to save my life (even though changing the size, weight or other features is no problem.
This is the CSS I am trying:@media all and (max-width: 767px) { .main-navigation { color: rgba(0, 0, 0, 0.5)!important; font-size: 1.1rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; } }
The color is not changing at all…
THANK YOU!The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘changing mobile menu font color / opacity’ is closed to new replies.