All things Shopify and commerce
I am trying to override the font-size set in the theme editor in my third-party theme. The Shopify theme editor setting goes up to 160px only—I would like my text to be huge.
I can't seem to specify the selector (in my custom CSS) well enough to override the theme.
Here is my preview link. I would like to style "More Goodness" (and the subtext) on the banner/hero image.
yes please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/custom.css->paste below code at the bottom of the file.
@media (min-width: 768px) {
.template-index .content-wrapper--text_static h1 {
font-size: 200px !important;
}
.template-index .content-wrapper--text_static h4 {
font-size: 80px !important;
}
}
you want change site just change number of count
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025