How can I adjust font size on one specific section in Superstore V5.3.0 theme?

Topic summary

Goal: Increase font size only for specific headings in the “Exceptional Features” section of a Superstore v5.3.0 Shopify theme without changing global typography.

Context: Global changes via Theme Settings > Typography affected the entire site, which the user wanted to avoid. Target headings: “SMOOTH SUSPENSION,” “TAILORED SEATS,” and “SPECIALIZED CODED KEYS.”

Solution provided:

  • Navigate to Online Store > Edit Code.
  • Open theme.liquid.
  • Add custom code just above the tag to target the section’s titles specifically.

Notes:

  • The exact code snippet content is not visible in the thread (blank in the post), but a screenshot shows the larger titles as the intended result.
  • This implies a CSS override scoped to that section.

Outcome: The user confirmed the change worked as intended and thanked the responder.

Status: Resolved. No further action requested. Attachments (screenshots) and the inserted code (not shown) are central to understanding the implementation.

Summarized with AI on December 19. AI used: gpt-5.

Hello! I’m trying to edit the font size just on one specific section on the home page of my website. Editing it under Theme Settings > Typography edits all the related fonts like it across the entire website. I just want this font to be edited. Is this possible?

Website: https://www.neptunegolfcarts.com/

Scroll down to the “Exceptional Features” section. The font I’m trying to increase in size are the titles that say “SMOOTH SUSPENSION”, “TAILORED SEATS” and “SPECIALIZED CODED KEYS”.

1 Like

Hey @GBIT_Team

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

This worked! Thank you so much :grin:

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.