Jump to content

Changing text size on cart screen

Recommended Posts

Posted
14 hours ago, Taylor19 said:

the text on my cart page is abnormally small

This is because you have added Custom CSS to change the default font to a custom one that is much smaller, without changing the font-size:

p {
    font-family: 'rama-gothic-e',sans-serif
}

If you remove this line, the cart will use the default "safe" fonts that won't have this issue. Alternatively, you could identify every element on the cart page and set the font-size for each one using CSS, but the first option is the safest and will avoid problems later on.

Did this help? Please give feedback by clicking an icon below  ⬇️

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Posted
On 2/16/2022 at 1:29 PM, paul2009 said:

This is because you have added Custom CSS to change the default font to a custom one that is much smaller, without changing the font-size:

p {
    font-family: 'rama-gothic-e',sans-serif
}

If you remove this line, the cart will use the default "safe" fonts that won't have this issue. Alternatively, you could identify every element on the cart page and set the font-size for each one using CSS, but the first option is the safest and will avoid problems later on.

Did this help? Please give feedback by clicking an icon below  ⬇️

Thank you,

However, I've just tried removing the font, but it still sticks.

Is there any way to manually reset the cart page font to one of the 'safe' fonts?

Thanks

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.