lunarnation Posted March 6, 2020 Share Posted March 6, 2020 Site URL: https://bfp-creative.squarespace.com/ Wondering how to change the button on donations to use the large button style? Right now it appears to be using the regular, or medium size... Link to comment
christyprice Posted March 6, 2020 Share Posted March 6, 2020 Adding this to Design > Custom CSS should get you close. You can play around with the font size. .donation-block .sqs-donate-button { font-size: 20px; background-color: #000 !important; } christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
mschenese Posted March 20, 2020 Share Posted March 20, 2020 @christyprice what if I just want to add more padding and make the width 100%? I don't want to change the font size. I tried using the following below but it didn't work. The only thing that worked was the font size. <style> .donation-block .sqs-donate-button { font-size: 13px; width: 100%; padding: 13px 0px 15px; background-color: #ffa3bd !important; } </style> Link to comment
christyprice Posted March 21, 2020 Share Posted March 21, 2020 Hi @mschenese. First, make sure you are only using the <style></style> tags if you are putting the code in a page code injection. If you are using it in Design > Custom CSS you would NOT use the style HTML tag. If you are trying to override other property rules, you should use !important. So something like this added to Design > Custom CSS and you can play around with the values. .donation-block .sqs-donate-button { font-size: 20px !important; width: 100% !important; padding: 23px 0px 25px !important; background-color: #ffa3bd !important; } christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.