Tagged: x
-
AuthorPosts
-
May 4, 2016 at 9:56 pm #913644
gabriellavanrijParticipantHow do you make the button in my shop not change color when hovered over?
See image.
Any help you can give would be super appreciated!
I am running a child version of X 4.3.4 on WP 4.4.2.
May 5, 2016 at 2:33 am #913908
RupokMemberHi there,
Thanks for writing in! I can see you have added the following code to your Child Theme’s CSS :
body.woocommerce-page .x-btn:hover, body.woocommerce-page .button:hover, [type="submit"]:hover { background-color: #efefef; border-color: #600900; box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75); color: #941306; margin-bottom: 0.25em; text-shadow: none; }And this to your customizer :
.x-btn:hover, .button:hover, [type="submit"]:hover { background-color: #efefef; border-color: #600900; box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75); color: #ffffff; margin-bottom: 0.25em; text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5); }Let’s remove those to get expected result.
If you can’t find them then add the below code under Custom > CSS in the Customizer.
.woocommerce .add_to_cart_button:hover { background-color: #df1600 !important; color: #fff !important; text-decoration: none; }Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-913644 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
