Hello.
I need to disable the mini cart that appears in every page of this theme. How can I do it?
Thanks.
1 Answers
If you want to remove this section, you can add the following code to the style.css file:
.dw-mini-cart { display: none; }
It worked. Thanks a lot Dominic.
Please login or Register to submit your answer