Home › Forums › Basel support forum › Eliminate button Eliminate button This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by Anonymous. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 12, 2018 at 10:40 am #45358 sanchitisParticipant Hi, How I can eliminate this button, Thankkss Attachments:You must be logged in to view attached files. March 12, 2018 at 2:00 pm #45425 AnonymousInactive Hello, You can try to disable your “ver carrito” button by adding the following css snippet. Please go to Theme settings->Custom CSS and paste the code below .woocommerce-mini-cart__buttons .btn-cart { display:none; } Regards March 13, 2018 at 9:18 am #45603 sanchitisParticipant Thank you One more thing, I want to change the color of this button, but if I change the color in theme setting -> Styles and colors, I change others button colors and I only want to change this button in the “realizar-pedido” page. Regards Attachments:You must be logged in to view attached files. March 13, 2018 at 10:16 am #45619 AnonymousInactive Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings button#place_order { background-color: #bdbdbd; } Replace #bdbdbd with your own color. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register