Home Forums Basel support forum Remove/add header menu icones from mobile/Desktop

Remove/add header menu icones from mobile/Desktop

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #193151

    badr
    Participant

    Hello Dear,

    Hope you’re doing well in this period.
    Please we need to remove header menu icones from mobile because we enabled the sticky bottom menu bar.

    Thanks & Regards.

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

    Hello,

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

    @media (max-width: 991px){
    body .right-column .mobile-nav-icon {
        display: none;
    }
    }

    Best Regards

    #193208

    badr
    Participant

    Hello,

    Thank you for the following informations.
    Sorry but i meant the icons in the top (cart and wishlist).

    Thanks and regards.

    #193214

    Hello,

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

    @media (max-width: 991px){
    body .right-column .mobile-nav-icon {
        display: none;
    }
    body .right-column .wishlist-info-widget {
        display: none;
    }
    body .shopping-cart {
        display: none;
    }
    
    }

    Remove the previous code.

    Best Regards

    #193217

    badr
    Participant

    It made disappear the cart widget from the sticky bottom menu.

    #193268

    Hello,

    You requested to hide: Sorry but I meant the icons in the top (cart and wishlist).

    Remove the last style for the cart, this one:

    body .shopping-cart {
        display: none;
    }

    Best Regards

    #193485

    badr
    Participant

    Hello again,

    I said i don’t want to remove the “shopping cart” also from the bottom bar, but only from the top one (kindly see the screen).

    Best regards.

    #193489

    Hello,

    Try this code:

    body .right-column .shopping-cart {
        display: none;
    }

    Best Regards

    #193492

    badr
    Participant

    Hello again,

    Now it works thank you for your support.

    Best regards.

    #193612

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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