Home Forums Basel support forum Change the color of Mobile Menu inside in basel theme

Change the color of Mobile Menu inside in basel theme

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

    anasiqbalkhan
    Participant

    Hi, I want to change the color of Mobile Menu of Basel Theme, currently its Black Background with white color.

    I want Light color scheme. Please help

    #263836

    Hello,

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

    body .mobile-nav {
        background-color: blue;
    }
    body .mobile-nav ul li .up-icon{
    background-color: blue;
    }
    body .mobile-nav .sub-menu-dropdown ul:before {
        color: red;
    }
    body .mobile-nav ul li.current-menu-item>a {
        color: red;
    }
    body .mobile-nav ul li a {
            color: red;
    }
    body .mobile-nav .icon-sub-menu:after, 
    body .mobile-nav .icon-sub-menu:before {
        background-color: red;
    }
    body .mobile-nav .searchform button {
        color: red;
    }
    body .mobile-nav .searchform input[type=text] {
        color: red;
    }

    Please change the colors as per your needs.

    Best Regards

Tagged: , ,

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