Hollie Sehrt
asked 10 years ago

Using DW-Trendy theme, and just want to remove this button (screenshot at the link below):
http://jollyjiva.com/cartbutton.png

1 Answers
DominicStaff
answered 10 years ago

To remove the cart button in the DW Trendy theme. Please follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
After that, just add the following code to the Edit Css.

.mini-cart {
    display: none;
}

Save it and see how that goes ! Hope that the code above will help you out, my friend 🙂 Regards,

Powered by DW Question & Answer Pro