Home Forums WoodMart support forum Hide shopping cart in sticky header

Hide shopping cart in sticky header

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

    Mandinga
    Participant

    Hi, I need to hide the shopping cart icon in the sticky header, because in my store they will all be external products and I will not use the cart page at all … I have removed it from the header constructor without problem, but in the sticky keeps popping up …
    Thank you.

    #254676

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-shopping-cart.wd-tools-element {
    	display: none;
    }

    Best Regards.

    #254680

    Mandinga
    Participant

    Thank you very much, I understand that there is no other way to deactivate it other than with that code, right?

    #254683

    Hello,

    Actually it should not appear in the header once you disabled it from the header. The CSS I provided you will remove it from all the headers and you don’t need to disable it by editing each header.

    If you want me to check why the option is not working then provide me with admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #254702

    Mandinga
    Participant

    Well, I have a single header for the entire web so if I delete the cart icon I understand that it shouldn’t appear in the sticky header either.

    Anyway the code works perfect.

    It was just to know if the template had an option to disable it completely …

    #254827

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide shopping cart in sticky header’ is closed to new replies.