Custom Menu Item Font Color

Posted in: Newspaper
Post count: 6

Hi There,

I’ve tried changing the font color of one menu item on my theme by using simple css. I created a simple CSS class of the menu item called “daily” and in the custom css i have .daily a { color: #FFFFFF; } but the theme keeps the original color selected, how do I override this on Newspaper?

Post count: 20688

Hi,

Try using !important after the color like this – https://www.screencast.com/t/lyPgKbNTxj so it forcibly applies
Another way to do this would be to use an existing class of the menu item, right click the menu item and use your browser inspector – https://www.screencast.com/t/JeMc1rwAC7 and use a code like this

.menu-item-2747 a {
color: white!important;
}

Thanks

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