How can I increase the font size of slider content on my website?

Topic summary

A Shopify store owner wants to increase the font size of text in their slider to match a reference website’s styling.

Solutions Provided:

Two support representatives (PageFly-Henry and websensepro) offered CSS code solutions:

  • Navigate to Online Store → Theme → Edit Code
  • Locate either theme.css or base.css file
  • Add custom CSS targeting specific heading IDs (h3 and h4 elements)
  • Recommended font sizes: 100px and 70px with adjusted font-weight

Follow-up Request:

The original poster confirmed the font size solution worked and requested additional help:

  • How to vertically reposition the text lower on the slider
  • How to adjust an image to align with the slider (matching their reference example)

PageFly-Henry began providing CSS code for the text positioning adjustment. The discussion remains ongoing with the positioning issue being addressed.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

.nt_se_aa0f57ab-1b39-434a-8ef8-c8b783eb1861.nt_full.txt_shadow_false.se_height_adapt.nt_first {
margin: 0 !important;

}

YOu can try with this code