Hide cart icon from sticky header
-
Hi! I want to hide cart icon from sticky header. How can I?
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.
Please check the below link
https://waqass4.sg-host.com/
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
This is not working. I have added this code but still cart icon is showing on sticky header. Please check.
Reminder! Please check it. It is not working
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