Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi all,
Do you have any idea how to change the font size of the product description, tried to add the below code to the
base.css but the description font size didn't change at all.
.product__description {
font-size: 18px !important;
}
thanks,
Jac
Solved! Go to the solution
This is an accepted solution.
@JacJacCPlease follow below steps to update the font size for the description. Let me know whether it is helpful for you.
.product__description * {
font-size: 18px !important;
}
This is an accepted solution.
Hey @JacJacC
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
.product__description.rte.quick-add-hidden p span {
font-size: 18px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
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>
h3[id*='featured_collection'] p span{
font-size:18px !important
}
</style>
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.
@JacJacC I think you have fixed it now. Please let me know if you still need any help.
Hey @JacJacC
Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
This is an accepted solution.
Hey @JacJacC
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
.product__description.rte.quick-add-hidden p span {
font-size: 18px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @JacJacC ,
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>
.product__description,.product__description * {
font-size: 18px !important;
}
</style>
I see your store looks very nice, warm, and elegant, but in my opinion, you should consider adding a heading banner + CTA button on your main banner. it will help the customer easily purchase the product bestseller and increase traffic product page
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.
Hi @PageFly-Oliver I added the code to the base.css, however, I didn't change the font of the product description, it still looks very small on the home page
on the home page, you can try
<style>
h3[id*='featured_collection'] p span{
font-size:18px !important
}
</style>
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.
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>
h3[id*='featured_collection'] p span{
font-size:18px !important
}
</style>
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.
@JacJacCPlease follow below steps to update the font size for the description. Let me know whether it is helpful for you.
.product__description * {
font-size: 18px !important;
}
thanks, but in the homepage, the description still showing very small font, any idea?
This is an accepted solution.
@JacJacC I think you have fixed it now. Please let me know if you still need any help.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024