Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1452904
Disable bar
Closed

Comments

  • gersonporto started the conversation

    Hi,

    How do I disable this toolbar?

    https://prnt.sc/i8cifd

    I also want to disable this icon ... How to proceed?

    https://prnt.sc/i8cj1x

  •  7,092
    Oliver replied

    Hi,

    1. pls. use following css:

    .before-products-list {
        display: none;
    }

     

    2. You need to set check box Hide Search Icon in the theme options. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • gersonporto replied

    I also want to disable the cart icon on only a few pages of the site, like how? If so, can I teach you how?

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    li.menu-item.menu-item-cart {
        display: none !important;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • gersonporto replied

    No Working :(

  •  7,092
    Oliver replied

    Should be working, did you clean the browser cache?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver