Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #344320

    Hi I dont seem to be able to disable the cart and search icon in the header right menu – it only gives me the option to disable the account icon. The instructions for this theme mention I should be able to do this.

     

    #344321
    sujapati
    Keymaster

    @Rebecca: Thank you for your query, and we apologize for the inconvenience.

    Currently, we do not have an option to show or hide the Search and Cart icons in the ‘Header Right Menu’. This option is available for the ‘Primary Menu’, as mentioned in the theme documentation.

    However, if you do not need these icons, you can hide them by adding the following CSS:

    .site-header-right-wrapper .secondary-search-wrapper,
    .site-header-right-wrapper .site-header-cart-wrapper {
       display: none;
    }

    Please copy and paste this code into the ‘Additional CSS’  and save the changes.
    We hope this helps. Please let us know if you need any further assistance.

    Regards,
    Sujapati

     

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.