I understand that using CSS I could change the Menu buttons to match the Category colours. So if I make my menu News, Sport etc I could make the buttons match the content category colours – how cool would that be!?
I’ve searched and I need the class-I’d
for each button where I can assign a hex value – could you help point me I the direction of this?
Thanks
Pat
Hi,
Just inspect your menu items and add the background color to their classes – http://screencast.com/t/y9eJfFqp0mZ
.menu-item-xxx {
background-color: red;
}
Thanks!
Hi,
Yes, you can add a hex value, I was hurry up and it is more fast for me to write red.
You will have to use custom css even for the item color – http://screencast.com/t/V7Hhe7AHIv
.menu-item-xxx a {
color: #AD2929 !important;
}
Thanks!
How can we procceed with the line below the item… we wanted it to show in the same menu color…