Jump to content

Change Store Add to Cart Form Button Color

Go to solution Solved by paul2009,

Recommended Posts

Site URL: https://www.ariellazoelle.com/store/p/play-by-heart-signed

Because I sell autographed books, when you hit Add to Cart on a product page, it pops up a form asking buyers to type in how they would like it personalized. 

The form Add to Cart button is black and I can't figure out how to change it to #A034FE to match the rest of the buttons on my website.

I'd appreciate any help on how to make that change with CSS. Thanks!

Screen Shot 2022-04-17 at 12.55.49 PM.png

Link to comment
2 hours ago, AFZ said:

When you hit Add to Cart on a product page, it pops up a form asking buyers to type in how they would like it personalized. The form Add to Cart button is black and I can't figure out how to change it to #A034FE

Have you tried:

.sqs-async-form-content .form-wrapper input[type=submit] {
  background-color: #a034fe;
}

 

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment

 

On 4/17/2022 at 3:27 PM, paul2009 said:

Have you tried:

.sqs-async-form-content .form-wrapper input[type=submit] {
  background-color: #a034fe;
}

 

Thank you, that worked perfectly!

How would I get the font on that button to match the rest of my buttons? My normal buttons are Archivo Black, 400 weight, 1rem, text transform uppercase. But that button is in a really thin, lightweight font, which you can see them here when they're stacked .

image.thumb.png.e596748b0a17b9bb5a02c2935da406d9.png

Thanks again! 

Link to comment
  • Solution
3 minutes ago, AFZ said:

How would I get the font on that button to match the rest of my buttons? My normal buttons are Archivo Black, 400 weight, 1rem, text transform uppercase.

No problem! You should be able to add these settings (font family, weight, transform and so on) to the CSS above, just before the final curly bracket. For example:

font-family: Archivo Black;
font-weight: 400;
text-transform: uppercase;
line-height: 1.2em;
letter-spacing: 0em;
font-size: 1rem;

Was this post informative? Please give feedback by clicking an icon below  ⬇️

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment

On 4/18/2022 at 5:12 PM, paul2009 said:

No problem! You should be able to add these settings (font family, weight, transform and so on) to the CSS above, just before the final curly bracket. For example:

font-family: Archivo Black;
font-weight: 400;
text-transform: uppercase;
line-height: 1.2em;
letter-spacing: 0em;
font-size: 1rem;

Was this post informative? Please give feedback by clicking an icon below  ⬇️

Perfect, thank you! ❤️ 

Link to comment

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.