Home Forums Basel support forum Mobile menu background color

Mobile menu background color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #88905

    Maikel
    Participant

    Hi support,

    For Mobile Menu Navigation:

    1. How do I change the background color (for all levels) to white?

    2. How do I change the font color to dark/black?

    Thank you for your help!

    Best regards,

    Maikel

    #88922

    Hello,

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

     .mobile-nav,
     .mobile-nav ul li a,
     .mobile-nav ul li a:hover,
     .mobile-nav ul li a:active,
     .mobile-nav .sub-menu-dropdown ul,
     .mobile-nav .sub-menu-dropdown ul li a,
     .mobile-nav .sub-menu-dropdown ul li a:hover,
     .mobile-nav .sub-menu-dropdown ul li a:active{
        color: #000000!important;
        background-color: #ffffff!important;
    }

    Best Regards

    #88977

    Maikel
    Participant

    Great support!

    I only miss a few details, such as crosses and my search bar (see image)

    Thank you!

    Best regards,

    Maikel

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

    Hello,

    Please add this code:

    .mobile-nav .icon-sub-menu:after, 
     .mobile-nav .icon-sub-menu:before {
        background-color: #000000;
    }
    .mobile-nav ul li .up-icon{
    background:#ffffff;
    }

    Best Regards

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