Main Menu text colour

Posted in: Newspaper
Post count: 11

Can someone please tell me the css to use on the child theme to change the color of the main menu text? Thanks!

Post count: 3343

Hello,
Add this CSS in style.css

.sf-menu > li > a {
    color: white !important;
}

Thanks for the message!

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