Jump to content

[Share] How to increase text size in button

Recommended Posts

You can use code to Custom CSS box to change text size in button.

If you can't make it work, you can send link to page where you use button, I will check it again.

#1. Primary Buttons

[class*="sqs-button-element--primary"] {
    font-size: 30px !important;
}

image.png.b85cf44ada4abe67fd9f0c075c94343b.png

#2. Secondary Buttons

[class*="sqs-button-element--secondary"] {
font-size: 28px !important;
}

#3. Tertiary buttons

[class*="sqs-button-element--tertiary"] {
    font-size: 40px !important;
}

#4. Specific button

First, you need to find the Button ID.

In my example, I have: #block-03af45575bcc003a7178

image.png.b11572f96b180ca34effce65dc8c44d2.png

Next, use this CSS code to Custom CSS box.

#block-03af45575bcc003a7178 a {
font-size: 40px !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
  • Replies 0
  • Views 739
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.