Home New Guten Forums WoodMart support forum Hide cart icon from sticky header

Hide cart icon from sticky header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #360401

    Kanwal
    Participant

    Hi! I want to hide cart icon from sticky header. How can I?

    #360543

    Hello,

    Please share the site URL so I will check and give you the custom CSS code to hide it from the sticky header.

    Best Regards.

    #363508

    Kanwal
    Participant

    Please check the below link
    https://waqass4.sg-host.com/

    #363543

    Hello,

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

    .whb-sticked .wd-header-cart.wd-tools-element.wd-design-2.cart-widget-opener {
        display: none;
    }

    Best Regards

    #365219

    Kanwal
    Participant

    This is not working. I have added this code but still cart icon is showing on sticky header. Please check.

    #365331

    Kanwal
    Participant

    Reminder! Please check it. It is not working

    #365339

    Hello,

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

    .whb-sticked li.vi-wcaio-menu-cart {
    display: none;
    }

    Best Regards

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