peyo Posted May 3 Share Posted May 3 (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 by peyo added "Checkout" to the first sentence. Link to comment
Solution tuanphan Posted May 6 Solution Share Posted May 6 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
peyo Posted May 9 Author Share Posted May 9 @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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment