Home Forums WoodMart support forum How to set mega menu widget color

How to set mega menu widget color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #536818

    TapisCaravane
    Participant

    Hi, for some reasons the mega menu widget color is always white and i can’t change it :
    https://prnt.sc/BGVooJ6ZrlqZ

    how can i fix this ?

    #537055

    Hung Pham
    Keymaster

    Hi tapiscaravane1,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-header-nav .wd-dropdown{
    	background-color: #000;
    }

    Regards,

    #537208

    TapisCaravane
    Participant

    hi, thanks for your answer, i tried,
    however, that only changed the header background color :
    https://prnt.sc/zRG7vvWvgED6, the only one still looks the same.

    i’m also very confusied since it’s not a design i made but only took from the database directly
    (the other one: https://prnt.sc/Aqj3tjLlsBpR)

    #537394

    Hung Pham
    Keymaster

    Hi tapiscaravane1,

    Please remove above Custom CSS and use below one:

    .wd-header-nav .wd-dropdown,
    .widget_nav_mega_menu .wd-dropdown{
    	background-color: #000;
    }

    Regards,

    #538006

    TapisCaravane
    Participant

    Thanks !

    #538021

    Hung Pham
    Keymaster

    Hi tapiscaravane1,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to set mega menu widget color’ is closed to new replies.