Can't change the text color of one item in navigation menu
-
Hello everyone!
I’ve got a very simple but extremely annoying problem.
A few hours ago my theme completely bugged out and I was forced to reinstall it completely, since then I can’t change the text color in navigation menu(it worked before).my site: https://angrytipster.xyz/premium/
I want to change the text color in that red button to #fff, everything else is working, even managed to change the a:hover text color which I thought will also be the problem.
I’m using this currently(have also tried #menu-main-menu and genesis-nav-menu .li angrytips a; etc.)
#menu-item-81 { color: #fff; }
Does anyone have any suggestions? This has priority at the moment:
.genesis-nav-menu li a { color: #222;
Is there any way to override this and change just this one thing without having to mess with the other colors? I’ve used !important but it doesn’t work either, I’m 100% sure the code is correct cause other customizations work fine.
And if there isn’t, what would be the quickest way/safest way to change it so that the other colors will stay the same and I’ll get the effect I want? I can change css here and there when I need it but am not good at coding so advice would be appreciated!
I’m using Simple Custom CSS for this but I’ve also tried editing it in style.css from the editor menu in wordpress.
- The topic ‘Can't change the text color of one item in navigation menu’ is closed to new replies.