Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102585
    [email protected]
    Participant

    Hi,

    How do I change the menu background color from red to another color?

    Thank you,

    David Mayne

    #102670
    Mahesh
    Participant

    @mayne702gmail-com: Please post in your site URL.

    Regards,
    Mahesh

    #102808
    [email protected]
    Participant

    http://www.lifewithanabella.com/ Want to change the red on the menu to yellow.

    #102834
    Mahesh
    Participant

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

    .main-navigation .current-menu-item > a, 
    .main-navigation .current-menu-ancestor > a, 
    .main-navigation li:hover > a, .main-navigation li.focus > a {
        color: #fff000;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Menu color’ is closed to new replies.