Bold prices in brooklyn home grid

Solved
dianagonzalez
Excursionist
14 0 3

Hi, i need to put my prices in the home grid in bold and maybe a little bigger, i managed to do this in single products (in timber.scss.liquid )but  i cant in the home page grid.

Please help.

Thanks

Accepted Solution (1)
UmairA
Shopify Partner
1106 101 223

This is an accepted solution.

Hey there @dianagonzalez,

I think you just forget to remove your finger from the "W" key when typing your store URL :))

Anyways, Add the following code to your theme.scss (Or theme.css or timber.scss)

.grid-product__meta {
    font-weight: bold !important;
    font-size: 20px !important;
}

 

Hope it helps.

View solution in original post

Replies 5 (5)
UmairA
Shopify Partner
1106 101 223

Hey there @dianagonzalez,

Are you able to provide your store URL so I can take a look at the homepage prices fonts and provide you some solution here?

dianagonzalez
Excursionist
14 0 3

Sure! thanks!

wwwww.estiloquilombero.com

UmairA
Shopify Partner
1106 101 223

This is an accepted solution.

Hey there @dianagonzalez,

I think you just forget to remove your finger from the "W" key when typing your store URL :))

Anyways, Add the following code to your theme.scss (Or theme.css or timber.scss)

.grid-product__meta {
    font-weight: bold !important;
    font-size: 20px !important;
}

 

Hope it helps.

dianagonzalez
Excursionist
14 0 3

lol, sorry about the w.

In which part? assets? in assets i have theme.scss.liquid and timber.scss.liquid.

Look at the screenshotScreen Shot 2021-03-30 at 18.05.12.png

UmairA
Shopify Partner
1106 101 223

Hey again @dianagonzalez,

Yes, you can use timber.scss.liquid file shown in the attachment

Thanks for accepting my solution!