All things Shopify and commerce
how do i increase the font size on my product description right above the price right above the pricing working in dawn 13.0
Solved! Go to the solution
This is an accepted solution.
Hi @Millerbison
You just add this additional code top of the component-collection-hero.css file
.collection-hero__description {
font-size: 2.5rem;
}
Hi @Millerbison
You can try the flowing step to achieve your result
Go to online store->Edit code->component-collection-hero.css file and then add the below code
.collection-hero__title+.collection-hero__description {
font-size: 2.8rem; //Increase the font size
margin-top: 2rem;
margin-bottom: 2rem;
}
Result:
i'm not seeing any change do i need to delete the old code and then add this or just add this as additional i've tried it multiple ways and see no change at all
This is an accepted solution.
Hi @Millerbison
You just add this additional code top of the component-collection-hero.css file
.collection-hero__description {
font-size: 2.5rem;
}
thanks
You can use custom css for font size increase.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025