Change one menu item colour

Posted in: Newspaper
Post count: 11

Hi Guys – looking at being able to change the colour of one main menu item font colour and hover colour

http://www.starsportsbet.co.uk

STARSPORTS.BET would like to be in yellow with the hover BLACK

Is this easy enough, thank you

Post count: 20688

Hi,

Only all the menu items at once can be customized in terms of coloring. Individual colors for each menu item could only be possible with CSS.

So you want that menu item to be yellow at all times like this
https://www.screencast.com/t/ofL8qXQbvdR
When hovered it will be black like this
https://www.screencast.com/t/iKnrmyjdH

Enter this code in Theme panel->Custom CSS section

.menu-item-28047 a{
background-color: #fdc500;
}
.menu-item-28047 a:hover {
background-color: #000!important;
}

Thanks

Post count: 11

Hi Simion

Thank you for the detailed reply which sounds perfect.

However, when trying to add this in the Custom CSS box it is not saving and I am just getting the rotating square?

Post count: 22421

Hello,

Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thank you!
Bogdan B

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.