How to change the font of products on a main site

Erigone
Excursionist
40 1 13

Hi Community!

Anyone can help to tell where to look for in coding to change the font size (and make it not bold) of products on a main site (like on a photo)

screen.png

 

Replies 6 (6)

Zworthkey
Shopify Partner
5581 642 1565

@Erigone 
kindly Share your Site url.
or add this code to theme.scss or style.css file.

.product-single__description ul{
    font-size: 20px !important;
}


Thank you.

dmwwebartisan
Shopify Partner
12280 2546 3694

@Erigone 

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

#shopify-section-featured-collection .grid-link__title {
    color: #403b37;
    font-family: Futura,sans-serif;
    font-size: 1em;
    line-height: 1.4;
    font-weight: normal !important;
}

#shopify-section-featured-collection .grid-link__meta strong {
    font-family: Futura,sans-serif;
    font-size: 1em;
    line-height: 1.5;
    color: #5b544f;
    font-weight: 400 !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Erigone
Excursionist
40 1 13

Amazing! I still do not understand why this influenced only the first row (first feature collection) while I go down another one stays the same but at least this.

Thank you!! 

Zworthkey
Shopify Partner
5581 642 1565

Kindly Share your Site Url

Erigone
Excursionist
40 1 13

Hi! 

Www.camelie.pl

P: GGzorza

 

Thank you! 

Erigone
Excursionist
40 1 13

Hi! 

Try:

https://camelie.pl

Pass: GGzorza