font different sizes

font different sizes

kphuong
Visitor
1 0 3

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? 

Replies 5 (5)

goldi07
Trailblazer
143 10 16

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 😊

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here

Retail-Innovato
Tourist
13 0 2

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.

Retail Innovator

DaisyVo
Shopify Partner
4275 467 560

Hi @kphuong can you share store url?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4275 467 560

Hi, can you share store url?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

devcoders
Shopify Partner
1099 134 303

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 Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!