Home Forums Basel support forum Shopping Cart Icon Directly to Cart Page (get_refreshed_fragments issue)

Shopping Cart Icon Directly to Cart Page (get_refreshed_fragments issue)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21017

    agungmegaiswara
    Participant

    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)

    #21018

    agungmegaiswara
    Participant

    and how do I remove shop filter at category page?

    #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

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