Shopify themes, liquid, logos, and UX
Hello guys, I'm back with another problem. I need to change the size of text from product description, is too big and I have only in setting from Themes, only size minimum 12. I use Erickson Theme.
Solved! Go to the solution
This is an accepted solution.
Hi @IulianManea
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.product-block .product-overview .product-overview__text * {
font-size: 10px !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @IulianManea
Try this one, if it doenst work please share your store URL. Thanks!
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product-overview__text p {
font-size: 16px !important;
}
And Save.
Result:
This is from the demo theme only.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I don't have this files base.css, style.css or theme.css, site is www.onebeastgarage.com
try to paste on the app.css or in component-prodcut-details.css.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Still don’t work
This is an accepted solution.
Hi @IulianManea
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.product-block .product-overview .product-overview__text * {
font-size: 10px !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Work exactly, thanks sooo much
Glad that i can help.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
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