This topic has 3 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #193046
     SteveS99
    Participant

    Hi Support,

    Can you help me with “How to” remove the Search and Shopping cart icons from the main menu bar in the Default Template.

    Thanks,

    Steve

    #193098
     Radu
    Moderator

    Hi,

    Use this css

    li#nav-menu-item-search {
        display: none;
    }
    
    li.menu-item.kleo-toggle-menu.shop-drop {
        display: none;
    }
    
    
    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
    
    Will remove sidewide
    
    Cheers
    R.
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #193128
     SteveS99
    Participant

    Hi Support,
    Thanks – That worked exactly as you said – Great job.
    Steve.

    #193175
     Radu
    Moderator

    Great
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?