This topic has 8 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Brian Johnson
Hi, could you advise whether its possible to turn off the “CHECKOUT” button on the cart widget? I would like to force users to view the cart first. I’ve tried using CSS to display none but had no joy.
Thanks.
Hello,
Please try to add this code in Global Custom CSS (Theme Options->Custom CSS).
.woocommerce-cart .wc-proceed-to-checkout{
display: none;
}
Regards,
Robert Hall.
Hi Robert,
Thanks, it didn’t work, also tried it in the child theme with the important declaration.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hi Robert,
Added in private message
Hello,
I’ve added this code in child style.css:
.cart-popup a.btn.text-center.big.filled {
display: none !important;
}
Please check cart widget now.
Best regards,
Jack Richardson.
Awesome, thanks for your help.
Hello
You are welcome!
Regards,
Brian Johnson
The issue related to '‘Checkout Button’' has been successfully resolved, and the topic is now closed for further responses