Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You cam try this on your Custom CSS to change the color:

    #menu-main ul {
        background-color: #235725;
    }

    You can adjust the color according to your requirement.

    Thank you.

    And if you wan to change the hover color you need to try this on your Custom CSS:

    #menu-main li:hover {
        background-color: #756354
    }
    #menu-main li a:hover {
        background-color: #756354
    }

    You can adjust the color as per your requirement.

    Thank you.

    Hey Sam!

    I have changed colors in CSS before but can’t seem to find the area in which you are referring to. In Editor which “Template” is this located in? The Stylesheet isn’t like other stylesheets I’ve worked with.

    Thank you!!!

    Sam

    (@soumendra)

    Hello,

    Don’t add the CSS directly in style-sheet as because you will loss all the changes in a update.

    So use Custom CSS for that. If your theme doesnot provide Custom CSS then use a Custom CSS plugin instead.

    Thank you.

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