• Is there a way to disable the shopping cart option in the Veterinary Pet Care Theme? I don’t need the ability to sell products on the site, at the time, and would like to remove the shopping cart icon at the top of the homepage.

Viewing 1 replies (of 1 total)
  • Theme Author themesglance

    (@themesglance)

    Hello @equitate,

    Follow the below steps,

    Go to Appearance >> Cstomizer >> Additional CSS, paste the below css and publish it.

    li.cart_box, .cart_no {
    display: none;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Shopping Cart Option’ is closed to new replies.