Css changes for Checkout/Place Order Buttons in Cart/Checkout pages not working
-
Hi there.
I’m trying to change the styling of “Proceed to Checkout” and “Place Order” buttons in Cart and Checkout Pages accordingly using the css sections below but seems like nothing happens! No change at all for the buttons!
The css sections which i put into the style.css file of my child theme for oceanwp are the following:
/*Cart Page - Proceed to Checkout button */ .checkout-button.button.alt.wc-forward { background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #060606; border-radius: 1px; color: #333333; } /*Checkout Page - Place Order button */ #place_order.button.alt { background-color: #fff; border-width: 1px; border-style: solid; border-color: #060606; border-radius: 1px; color: #333333; }
Would appreciate your support!
Thanks in advance.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Css changes for Checkout/Place Order Buttons in Cart/Checkout pages not working’ is closed to new replies.