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
Product description text on a Dawn theme product page appears too large; the requester wants it smaller.
Key suggestions:
Clarifications and status:
Technical notes:
Outcome: No explicit confirmation of resolution from the requester; the thread appears open pending their feedback.
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?
hi,
Thank you for your reply, i would like to make it smaller sorry
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 ---->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 ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!