This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp
hi
i am working to create a ecommerce website and i am using Royal Theme.
since on this website there is minimum to purchase limit(£ 30) so now on cart page if total is less then 30 the checkout button is not visible.
the problem is on cart popup widget i want to remove checkout button from cart popup widget inside header.
thanks
Hello,
Add this code in Theme Options > Custom CSS > Global Custom CSS:
.cart-popup-container .btn.filled.big {
display: none;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up