Home Forums WoodMart support forum Change color of mobile navi

Change color of mobile navi

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

    Shoyu969
    Participant

    hello
    I would like to change it to light version same as filter widget. pls see private area

    #391597

    Hello,

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

    .mobile-nav .wd-search-form{
    background:red;
    }
    body .wd-nav-mob-tab>li.wd-active > a {
        background-color: yellow;
    }
    body .wd-nav-mob-tab>li > a {
        background-color: orange;
    }
    div.mobile-nav,
    div.mobile-nav .sub-menu-dropdown ul{
    background-color: red;
    color: #ffffff;
    }
    div.mobile-nav ul li a,
    div.mobile-nav .icon-sub-menu {
    border-color: black;
    }
    div.mobile-nav ul li.current-menu-item>a {
    color: white;
    }
    div.mobile-nav ul li a:active {
    background-color: green;
    }

    You will need to replace the colors as per your needs.

    Best Regards

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