I’m trying to change the button and text colour of 1 Topbar Menu button, I can change the background with:
.menu-item-880 {
background: white;
}
but I am at a loss on how to change the font to black.
Any help would be greatly appreciated!
I’m trying to change the button and text colour of 1 Topbar Menu button, I can change the background with:
.menu-item-880 {
background: white;
}
but I am at a loss on how to change the font to black.
Any help would be greatly appreciated!
Hello Jonathan,
Thanks for writing in!
Please try adding following CSS under X > Theme Options > CSS:
#menu-item-880 a {
color: #000;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
Thank you for your help! That was painfully simple. Normally I can do simple CSS, but that one evaded me.
Thank you.
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.