Changing main menu color - by AdSh - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: AdSh
    AdSh
    Participant
    March 14, 2018 at 17:29

    Hi,

    I want to change the color of the main menu and make it Black as shown in the attachment.

    Please let me know how can I do that?

    Thanks

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 08:35

    Hello,

    Theme Options > Typography > Main Menu Font and Mobile menu font

    Regards

    Avatar: AdSh
    AdSh
    Participant
    March 15, 2018 at 08:49

    Hi,

    No, I mean I want to change the main menu background color and make it black, not the font color.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 09:16

    In this case, you can use custom css code:

    .main-nav {
        background-color: black;
    }
    .main-nav .menu > li .nav-sublist-dropdown {
        background-color: black !important;
    }

    Please watch this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.