hi,
is it possible to display the “view cart” button instead than “checkout” button in the mini-cart configuration?
thanks
This topic has 4 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
hi,
is it possible to display the “view cart” button instead than “checkout” button in the mini-cart configuration?
thanks
Hello,
Theme Options > Header Builder > Cart > Show View Cart Button > On
Regards
yes, but I only want to show the “view cart” button, not the “checkout” button
thanks
Add the next code in Theme options > Theme Custom CSS:
.et-mini-content .btn-checkout {
display: none;
}
Regards
The issue related to '‘mini-cart "view cart" button’' has been successfully resolved, and the topic is now closed for further responses