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!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024