Changing Main menu font color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #318508
    Damon Hancock
    Participant

    I need to change the Main menu font color. I’ve looked through the code but nothing I tried worked. Any help of a snippet I can use? Thanks.

    #319019
    J. Davis
    Keymaster

    Hi Damon,

    You can try to add the style below to style.css file of the Child Theme:

    .sf-menu, .sf-menu * {
        color: blue !important;
    }
    .sf-menu, .sf-menu *:hover {
        color: green !important;
    }

    Best regards,
    John

    #319612
    Damon Hancock
    Guest

    That worked great. I just replaced the blue and green with my #code

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.