How can I increase product description font size in Dawn 13.0?

Solved

How can I increase product description font size in Dawn 13.0?

Millerbison
Visitor
3 0 0

 

how do i increase the font size on my product description right above the price right above the pricing working in dawn 13.0Screenshot 2024-02-22 at 10.20.23 AM.png

Accepted Solution (1)
BrainStation23
Shopify Partner
416 62 61

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;
}

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps

View solution in original post

Replies 6 (6)

BrainStation23
Shopify Partner
416 62 61

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:

BrainStation23_0-1708666566538.png

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
Millerbison
Visitor
3 0 0

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 

BrainStation23
Shopify Partner
416 62 61

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;
}

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
Millerbison
Visitor
3 0 0

thanks

Jackmanu1
Visitor
1 0 0

You can use custom css for font size increase.

Rockjack2
Visitor
3 0 0

I mostly use customize feature for font changing...DQ