Eduardo Curti
asked 7 years ago

Hello.
I need to disable the mini cart that appears in every page of this theme. How can I do it?
Thanks.

1 Answers
DominicStaff
answered 7 years ago

If you want to remove this section, you can add the following code to the style.css file: 

.dw-mini-cart { display: none; }
Eduardo Curti
replied 7 years ago

It worked. Thanks a lot Dominic.

Powered by DW Question & Answer Pro