Shopify themes, liquid, logos, and UX
Hi - I would like to make the product description smaller on my product pages. I've looked around for solutions but none of them seem to work for my store. If anyone could help that would be amazing!
Here is a link to one of my product pages: https://nuvocollection.com/products/arizonaclaw-in-mahogany-charm
If I can give any more details that would help in finding a solution just let me know! 🙂
Solved! Go to the solution
This is an accepted solution.
@Theo_Bee , No problem, go to base.css and add the following code :
.product__description.rte.quick-add-hidden h1 {
font-size: 1.7rem !important;
}
Result:
Hi Abdosamer! Sorry I wasn't as clear as I should have been. I've added a screenshot and circled the part I'm talking about.
Technically, that text is the product description that I wrote in the product page. I hope I'm making more sense now!
This is an accepted solution.
@Theo_Bee , No problem, go to base.css and add the following code :
.product__description.rte.quick-add-hidden h1 {
font-size: 1.7rem !important;
}
Result:
That worked perfectly! Thank you so much 🙂
please guide me how can i start my bussiness on shopify store
Hi, @Theo_Bee.
Follow These steps,
Go to the online store theme and go to base.css file paste the code mentiond below.
.product__description.rte.quick-add-hidden h1 {
font-size: 36px !important;
}
.product__accordion.accordion.quick-add-hidden p {
font-size: 16px !important;
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting 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, 2024