I need to change the font color on this particular page of my site:
[Links visible only for registered users]. The font is dark and because of that, it is difficult to read the text. I need to change it to a lighter color, like a light grey. Thank you.
Comments
do you mean menu items color?
.page-id-xxx #Top_bar .menu > li > a { color: #FFF !important; }where xxx is PAGE ID..page-id-xxx #Top_bar .menu > li a::after { background: #FFF !important; }
.page-id-xxx #Top_bar a.button.action_button { color: #FFF !important; }
Thank you very much!
.page-id-xxx #Top_bar a.button.action_button { border: 0 !important; }