Hello everyone, I would like to the font size of my paragraphs on my website in the dawn theme. Sadly I do not know how to change it, could someone tell me how to change the code?
sorry any issue can you please share store url.
Please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
and fine body tag
Thanks!
The page is chosenfashion.at
I would jut like the whole body test in “Über uns” and "Das Evangelium " to be larger
Which code to you mean? I have not received anything
Please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
#shopify-section-template--15125468479650__featured_products .h2, #shopify-section-template--15125468479650__featured_products h2 {
font-size: 5rem !important;
}
#shopify-section-template--15125468479650__1633357325064ccf41 .h2, #shopify-section-template--15125468479650__featured_products h2 {
font-size: 5rem !important;
}
}
Thanks!
I did but nothing changed
I need that all the text that is within the paragraphs to be larger, from 1.6 rem to 2
Please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
body {font-size: 2rem !important;}
}
Thanks!
Thank you very much, it worked!
This worked for all the body text but not for the text in the featured products. How would i change this?
can you please share store url?


