Home Forums Basel support forum mobile menu css

mobile menu css

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #416900

    ivanbangbus
    Participant

    Hi great team 🙂
    I found your CSS to change colors in menu:

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

    but no one change background of sub menu that remain dark-style.
    Can you give me the right CSS to add at mine please?
    I attach image to explain better.

    BR
    Ivan

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

    Hello,

    Please try to set the color for this selector: https://gyazo.com/4caa865b0810719742c845b0acf6808d

    If you have any questions please feel free to contact us.

    Best Regards

    #420173

    ivanbangbus
    Participant

    Hi team,
    I try your CSS but it is all menu background.
    I need CSS for submenu background color.
    As you can see in the image before it is submenu, not menu.

    Thanks
    Ivan

    #420281

    Hello,

    Please provide the site URL and screens showing which items you want to change.

    Best Regards

    #421252

    ivanbangbus
    Participant

    Hi great team, the correct link is:
    mostskincare.com

    from mobile menu, clicking on “problemi della pelle” it will open submenu, bkg color of this is grey, I’d like to have white like the bkg color in 1th level menu

    Thanks
    Ivan

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

    Hello,

    Please find this code in the Theme Settings > Custom CSS:

    https://gyazo.com/7d439671812fa2a2ce369b0052a168fd

    Then replace this code:

    body .mobile-nav ul li a {
        color: #51626f;
    }

    with this one:

    body .mobile-nav ul li a {
        color: #ffffff;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #442900

    ivanbangbus
    Participant

    I probably explained myself badly. I’d like to change color of bkg submenu from mobile, I made simulation in the image attachment. Your CSS doesn’t work well.

    Thanks
    Ivan

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

    Hello,

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

    body .mobile-nav .sub-menu-dropdown li a {
        font-size: 14px;
        background-color:red;
    }

    Best Regards

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