Jump to content

Adjusting size of Donation button in Mentor theme

Recommended Posts

  • Replies 3
  • Views 1.9k
  • Created
  • Last Reply

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 for $17.
📔 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
  • 2 weeks later...

@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

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 for $17.
📔 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.