http://devwpsite.stairliftsdoctor.co.uk I want the menu option for Stairlift News to be dark red to match the BBC logo on homepage. So instead of blue like the other ones. To make it red. Is this possible?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu-item-738 a { color: red!important; }
Is it possible to change the background of that part of the menu to be red but keep the text white? I put in the CSS code but it has made just the text red. I would like background of that part of menu bar to be red, text to stay white. Can I have CSS for this please.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu-item-738 a { background: yellow!important; }
thanks for that. Is it possible to use hex codes in some kind of format? I have tried red and maroon to try and match the BBC logo but neither are correct. I want to use a hex is this possible?
Hello, Yes you can use hex color value too in place of color name. For example #menu-item-738 a { background: #FFFF00!important; }