All things Shopify and commerce
Hello guys, how can I change this font size?
Here is the URL and password:
https://www.nistore.de/
nikthe
Solved! Go to the solution
This is an accepted solution.
Hi @NikosBat
let try to add custom css below to your code then see the result:
@media screen and (max-width: 749px) {
.newsletter__wrapper> .h2 {
font-size: calc(var(--font-heading-scale) * 4rem);
}
}
I forgot to mention, I want to change only for mobile users!
This is an accepted solution.
Hi @NikosBat
let try to add custom css below to your code then see the result:
@media screen and (max-width: 749px) {
.newsletter__wrapper> .h2 {
font-size: calc(var(--font-heading-scale) * 4rem);
}
}
Hello, thanks for your help!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025