How to change the font color of one menu item?

Posted in: Newspaper
Post count: 78

Normally I add this css:
.sitec{
color:#F3730B;
}

And then under the css field in menu, sitec but it isn’t working with newspaper.

Post count: 27744

Hi,

Please let me know exactly what you mean and provide more information about what you’re trying to achieve, so I can help you efficiently.

Thank you!

Post count: 29

Hi!

Same problem here. Using custom CSS class to change one menu item font color but it’s not working.
Any ideas?

Thanks.

Post count: 27744

Hello,

Please provide the link to your website and more details about what you want to achieve.

Thank you!

Post count: 29

Hi Anamaria.

The website is: https://costadelsol-online.es/

I want the first menu item calle Newsticker to have a white font.
I created a CSS class and added it to the menu item, but it doesn’t work.

Thanks.

Post count: 27744

Hello,

Please try to use this custom code -> https://i.imgur.com/LBzFFwS.jpg .menu-button a
{
background: #FFF;
}

Set the code in Theme Panel -> Custom Code -> Custom CSS.
Thank you!

Post count: 29

Hi Anamaria.

Thanks for your response.
I want the red background, as it is right now, and the font white.
Made the changes in Custom CSS. Background is ok, but font color remains black.

Thanks.

Post count: 27744

Hi,

Please try this code
.sf-menu .menu-button a{
color: #FFF;
}
.sf-menu .menu-button a:hover{
color: #000;
}

Thank you!

Post count: 29

Good morning!

Thanks Anamaria.

It’s working now!

Have a nice day.

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