Taylor19 Posted February 15, 2022 Posted February 15, 2022 Site URL: http://sloffee.co.uk/cart As you can see from the attached image, the text on my cart page is abnormally small, I've tried answers submitted by other members of the forum to no success. Anyone help please! Thank you
paul2009 Posted February 16, 2022 Posted February 16, 2022 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 ⬇️ creedon 1 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.
Taylor19 Posted February 18, 2022 Author Posted February 18, 2022 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment