All things Shopify and commerce
i am struggling with the font sizes on one of my pages, im using dawn theme and i am trying to add a contact form page, above the contact form i have 3 pictures and a few paragraphs of information, however half way through the paragraph the font changes to really small and this happens in almost every paragraph and its really frustrating me! any ideas on what i can do?
Hello @kphuong
1. Check the Page Editor for Formatting Issues
If you're adding content through the Shopify page editor, it might be adding unwanted <span> or <p> tags with different font sizes. Try this:
.In the Shopify admin, go to Online Store > Pages and open your contact page.
.Click the <> (HTML mode) button in the rich text editor.
.Look for any <span style="font-size: ..."> or <p style="font-size: ..."> tags that could be overriding the default font size.
.If you see any inconsistencies, remove the extra styles and save.
2. Apply Custom CSS to Fix Font Sizes
If the font size is inconsistent, add this CSS to fix it globally:
1 Go to Online Store > Themes > Dawn > Customize.
2 Click on Theme Settings > Custom CSS.
3 Add this code:
.shopify-section .rte p {
font-size: 16px !important; /* Adjust as needed */
}
.4 Save and check the page.
3. Check Theme Typography Settings
Dawn allows you to set different font sizes:
1.In the theme editor, go to Customize > Theme Settings > Typography.
2.Adjust the "Body text" size to ensure it's consistent.
4. Inspect the Page Using Developer Tools
If the problem persists:
. Right-click on the small text and select Inspect (Chrome) / Inspect Element (Firefox).
. Look at the applied CSS rules in the Styles tab.
. Check if any font-size rule is different from the rest.
. If there's an issue, override it using Custom CSS.
Thank you 😊
I know this is frustrating for you. I'm also facing this issue and have tried a lot but I am not able to resolve this issue. Thank you for your post.
Hi @kphuong can you share store url?
Hi, can you share store url?
Hello @kphuong
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025