Tagged: x
-
AuthorPosts
-
July 18, 2016 at 1:39 pm #1092253
WoodWatchCoParticipantCan anyone help me match the button design and hover effect for woocommerce buttons on my site to match the rest of the buttons on my site?
Examples: Single product pages, Main shop and category collection pages, cart and checkout, etc..
I would like the same “buy now” buttons as I have on my homepage.
July 18, 2016 at 1:40 pm #1092255
WoodWatchCoParticipantThis reply has been marked as private.July 18, 2016 at 4:24 pm #1092466
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.single_add_to_cart_button:hover { background-color: #ffffff; border-color: #000000; box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5); color: #000000; }Hope that helps.
July 18, 2016 at 6:59 pm #1092598
WoodWatchCoParticipantThank you for the response. I would also like to add this site-wide to include all the buttons such as checkout buttons as well as the buttons on my shop page and category pages.
July 19, 2016 at 12:22 am #1092946
ChristopherModeratorHi there,
Please add this :
.product .x-btn:hover, .product .button:hover, .product [type=\\\"submit\\\"]:hover,input#place_order:hover { background-color: #ffffff; border-color: #000000; box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5); color: #000000; }Hope it helps.
July 19, 2016 at 11:46 am #1093823
WoodWatchCoParticipantGreat progress, but the “proceed to checkout” button in shopping cart still needs the styling to match.
July 19, 2016 at 3:40 pm #1094151
JadeModeratorHi there,
Please update the code to:
.woocommerce .cart-collaterals .checkout-button, .woocommerce-checkout .place-order .button, .shop_table [type=\\\"submit\\\"], .button.wc-backward, .product .x-btn:hover, .product .button:hover, .product [type=\\\"submit\\\"]:hover,input#place_order:hover { background-color: #ffffff; border-color: #000000; box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5); color: #000000; } .woocommerce .wc-proceed-to-checkout { margin: 50px 0 50px 0; }Hope this helps.
July 19, 2016 at 4:10 pm #1094182
WoodWatchCoParticipantThat code did not work in styling the checkout button properly in the cart page. I want it to match the rest of the buttons on my site.
July 19, 2016 at 4:18 pm #1094195
WoodWatchCoParticipantThe hover effect is missing.
July 19, 2016 at 11:18 pm #1094723
FriechModeratorHi There,
Add this on your custom CSS.
/*Hover style specific to checkout button*/ .woocommerce-cart .checkout-button:hover { background-color: #ffffff; border: 1px solid #000000 !important; box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5); color: #000000; }Thanks.
July 20, 2016 at 8:36 am #1095284
WoodWatchCoParticipantThank you. I have asked you guys a million questions in the past and you always help 🙂
July 20, 2016 at 9:12 am #1095332
JoaoModeratorHi There,
We are glad it worked.
We are always here for you 🙂
Have a great day.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1092253 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
