Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #99133
    northcountrynest
    Participant

    url: northcountrynest.com
    I am wondering how to change the navigation menu color and the navigation menu font color.

    #99134
    northcountrynest
    Participant

    Also wondering how to change the hover color for the navigation menu.
    Thank you!

    #99152
    Mahesh
    Participant

    @northcountrynest: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Menu Color */
    .nav-primary {
        background-color: #00ff00;
    }
    /* Menu Font Color */
    .clean-magazine-nav-menu a {
        color: #ffff00;
    }
    /* Menu Font Hover Color */
    .clean-magazine-nav-menu li:hover > a {
        color: #ff00ff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change navigation bar color & font color’ is closed to new replies.