Changing the font size of the title description in "Featured Collection" section of Dawn 2.0

Changing the font size of the title description in "Featured Collection" section of Dawn 2.0

dfaub
Excursionist
31 0 8

I would like to increase the font size of the title description of the products within the "Featured Collection" section, (as shown) without changing the title size of the detailed description of a particular product (as shown)

 

As I am working with a product that appears to be banned by Shopify for some reason, I have provided my website url's in reverse order -  moc.weiverdnarbdbc

 

page requiring a change is: dbc-fo-stifeneb/segap/moc.weiverdnarbdbc

 

Kinda ridiculous but what do you do 

 

Thank you in advance!

 

Featured Collection Section.jpgProduct description Detail.jpg

Replies 7 (7)

Musfirah
Shopify Partner
44 5 8

Hi, @dfaub !

1- In theme -> Online Store -> Action -> Edit code ->

2- Go to the Assets -> open theme.scss or theme.css

Then paste this code at the bottom of file

 

#shopify-section-collection .product-card__title, #shopify-section-collection-template .product-card__title 
{
font-size: 20px !important;
}

You can change 20px to your desired font size.

dfaub
Excursionist
31 0 8
Hello… There is no theme.scss or theme.css in the Assets folder for Dawn 2.0
The only file that contains the word “theme” is theme-editor.js

Thank you
dfaub
Excursionist
31 0 8

theme.scss or theme.css does not exist in the Assets section of Dawn 2.0 Does anyone else know how to solve this issue?

dfaub
Excursionist
31 0 8

Hello Shopify Community... Can anyone resolve this issue? The last response provided info that does not work.

 

theme.scss or theme.css does not exist in the Assets section of Dawn 2.0

 

Thank you!

Musfirah
Shopify Partner
44 5 8

Hi @dfaub, Check for base.css file and add the code at the bottom of this file.

dfaub
Excursionist
31 0 8

This is not a solution! Placing it at the bottom of base.css does nothing to change the font size.

dfaub
Excursionist
31 0 8

Still looking for a solution.

dfaub_0-1673635462529.jpeg