ctaylor281 Posted September 8, 2019 Share Posted September 8, 2019 I am using the Moksha template and want to make the add to cart button a different color. When i try in style editor it also changes the submit button on the contact us email block. i used this css but it did not work. .product-block .buy-button, .product-block .sqs-add-to-cart-button { font-size: 18px; background-color: #ff9900; padding: 1em 1em !important; } is the code wrong or is it just not possible? my website is www.christaylormft.com the page I'm trying to change is www.christaylormft.com/back-to-basics-sales-page Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @ctaylor281 You mean Buy Now button? Add to Home > Design > Custom CSS .sqs-add-to-cart-button { background: #f1f2f3 !important; border-color: #ff0000 !important; padding: 20px 50px !important; font-size: 30px !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!) Link to comment
ctaylor281 Posted September 8, 2019 Author Share Posted September 8, 2019 thank you @tuanphan this worked perfectly! life saver!!! Link to comment
ctaylor281 Posted September 8, 2019 Author Share Posted September 8, 2019 thank you @tuanphan this worked perfectly! life saver!!! Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @ctaylor281 Accept answer & upvote if it worked. Thanks 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!) Link to comment
MarketingHolistique Posted May 15, 2020 Share Posted May 15, 2020 On 9/8/2019 at 7:30 AM, tuanphan said: @ctaylor281 You mean Buy Now button? Add to Home > Design > Custom CSS .sqs-add-to-cart-button { background: #f1f2f3 !important; border-color: #ff0000 !important; padding: 20px 50px !important; font-size: 30px !important; } Thanks for the code Tuan ! worked beautifully 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.