Home Forums Basel support forum Change the menu color?

Change the menu color?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #322812

    Makaron22
    Participant

    Hi! Can you tell me how I can make this menu colorless? For example change to white

    Attachments:
    You must be logged in to view attached files.
    #322835

    Hello,

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

    body .widget_nav_mega_menu .menu>li>a {
    background-color:white;
    color:black;
    }
    body .widget_nav_mega_menu .menu>li>a:hover {
    background-color:yellow;
    color:black;
    }
    body .widget_nav_mega_menu .widget-title{
    background-color:white;
    color:black;
    }

    Best Regards

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