Shopping Cart Icon Directly to Cart Page (get_refreshed_fragments issue)
-
How do I disable the shopping cart icon to not showing any details of the shopping cart but instead it will go directly to the cart page if I click the cart icon. (if it is possible, only disable at front page only but work at other pages)
and how do I remove shop filter at category page?
Hi,
Use this CSS snippet to hide the dropdown on the home page only
.home .right-column .shopping-cart .dropdown-wrap-cat {
display: none!important;
}
Shop filters can be disabled in Theme Settings -> Shop.
Regards