Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I would like to increase font size for paragraphs on my site: genuineessiac.com. I am leery of having it increase size of headlines as I could have trouble fitting words over images and going on for too many lines. I am happy with the product and collection pages, more interested in the written text for paragraphs needing to be bigger.
Solved! Go to the solution
This is an accepted solution.
Hi @GenuineEssiac ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(max-width:767px){
body{
font-size:18px
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @GenuineEssiac ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(max-width:767px){
body{
font-size:18px
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
you put this code below the </html> area on the very bottom?
OK I got the answer to the last question, it just took a little while to work. Below is good. Thanks!!
Is there a way to increase font size as well for paragraph next to the images on mobile (an image/paragraph block on homepage)? As well as to try increasing headlines and subheadlines just a little bit? I use dawn theme.