Home › Forums › Basel support forum › Shopping Cart Icon Directly to Cart Page (get_refreshed_fragments issue) › Reply To: Shopping Cart Icon Directly to Cart Page (get_refreshed_fragments issue)
October 8, 2017 at 10:10 am
#21027
Artem Temos
Keymaster
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