Shopify themes, liquid, logos, and UX
Hello,
I find that the product description text is too large on my product page. Do you know how I can make it a bit bigger?
This is my site: https://albe.online/products/bubbly-short and I use the Dawn theme
thank you in advance
@albestudios , what do you mean? do you want bigger or smaller one?
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now I Donate Us Here!
hi,
Thank you for your reply, i would like to make it smaller sorry
I see it small, did you fix that?
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now I Donate Us Here!
Hi @albestudios
Please add the CSS code in the theme stylesheet.
.product__description {
font-size: 26px;
}
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
Hello @albestudios
Go to online store ----> themes ----> actions ----> edit code ---->assests...>main-product.css
serach the code
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
margin: 2.5rem 0;
}
Replace with this code
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
/* margin: 2.5rem 0; */
line-height: normal;
font-size: 15px !important;
}
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
Hello @albestudios
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> section-main-product.css
add this code at the end of the file.
.product__info-container .product__description, {
font-size: 22px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @albestudios ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
font-size: 15px !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024