Home Forums Basel support forum Top bar

Top bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #64881

    coloribus
    Participant

    hello!
    1.how to remove these icons?

    http://prntscr.com/jzlva1

    2. how to make transparent menu background blocks?

    http://prntscr.com/jzlwgn

    _________________
    Best reragds

    #64884

    Hello,

    1. To remove the icon please use this code:

    .shopping-cart {
        position: relative;
        display: none!important;
    }

    2. In order to make the sub-menu background transparent use this code:

    .basel-navigation .menu > li .sub-menu-dropdown {
        background-color: rgba(255,255,255,0.5);
    }

    Replace 0.5 for the value you need.

    Best Regards

    #65918

    coloribus
    Participant

    Hello!

    tell me please, how to remove the search icon
    http://prntscr.com/k2cly4

    _________________
    Best reragds

    #65961

    Hello,

    Hello,

    Please navigate to Woodmart > Head builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Remove search element: http://prntscr.com/k2fl6p

    Best Regards

    #66074

    coloribus
    Participant

    thank you, Elise, but I havnt woodmart. its Basel

    #66109

    Hello,

    Sorry for my mistake, please add this code to Theme Settings > Custom CSS > Desktop:

    .right-column .search-button {
        display:none;
    }

    If you want to hide on mobile as well, navigate to Theme settings > Header > Other > find the option and disable.

    Best Regards

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