peyo Posted May 3, 2023 Posted May 3, 2023 (edited) When I hover over the "Add To Cart" and "Checkout" buttons, the button changes colors to a slightly grayer state. I tried adding to the custom CSS: .primary-button-style-solid, .site-wrapper, .sqs-button-element--primary, .sqs-add-to-cart-button { transition: none !important; } These classes don't work. Can anyone provide additional guidance? This is the link to my site: https://jellyfish-primrose-rjjw.squarespace.com TY! Edited May 3, 2023 by peyo added "Checkout" to the first sentence.
Solution tuanphan Posted May 6, 2023 Solution Posted May 6, 2023 Add to Design > Custom CSS div.sqs-add-to-cart-button { opacity: 1 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
peyo Posted May 9, 2023 Author Posted May 9, 2023 @tuanphan Thank you! I added to your suggestion a couple of other classes. .sqs-add-to-cart-button, .cart-continue-button, .cart-checkout-button { opacity: 1 !important; } tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment