Tagged: x
-
AuthorPosts
-
July 27, 2016 at 9:54 am #1105236
Jack DParticipantWP current Renew Stack x theme current http://www.protectiondogsuk.co.uk
I have customized the ADD TO CART button with from a previous answer:-
.product .x-btn, .product .button, .product [type=”submit”] {
color: #fff;
border-color: gray;
background-color: gray;
box-shadow: 0 0.25em 0 0 #5C5C5C,0 4px 9px rgba(0,0,0,0.75);
}Which works well but I should like to customize all the buttons in Woocommerce to the same colour if you can help
July 27, 2016 at 9:57 am #1105241
Jack DParticipantThis reply has been marked as private.July 27, 2016 at 10:33 am #1105311
RupokMemberHi there,
Thanks for writing in! Kindly point us the buttons you are referring as I am not sure which buttons you are pointing by “all the buttons in Woocommerce”.
Cheers!
July 27, 2016 at 11:11 am #1105381
Jack DParticipantAPPLY COUPON
UPDATE CART
PROCEED TO CHECKOUT
RETURN TO SHOP
PLACE ORDERJuly 27, 2016 at 11:39 am #1105436
ThaiModeratorHi There,
Please update your custom CSS to this:
input#place_order, p.return-to-shop a, .woocommerce .wc-proceed-to-checkout a, .woocommerce .cart .actions>input.button, .product .x-btn, .product .button, .product [type="submit"] { color: #fff; border-color: gray; background-color: gray; box-shadow: 0 0.25em 0 0 #5C5C5C,0 4px 9px rgba(0,0,0,0.75); }Hope it helps 🙂
July 27, 2016 at 11:54 am #1105459
Jack DParticipantPerfect as usual! Many thanks
Jack
July 27, 2016 at 12:04 pm #1105471
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1105236 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
