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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024