Help with how to get product title on collection page in bold text please

Hello

I am trying to get the brand name underneath each product on the collections pages in bold.

Is anybody able to assist with this please?

Thank you

URL: https://endless-retro-22.myshopify.com/

1 Like

Hi.

For getting it bold on your website please do the following

In admin go to online store → click actions → Edit code → find your css asset. (search for css asset, there is likely +10.000 lines of code) go to bottom of the code and paste the following.

.product-collection__more-info.mb-3{

font-weight: bold;

}

@Endlessretro

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css ->paste below code at the bottom of the file.
.product-collection__more-info {font-weight: bold;letter-spacing: 0.5px;}
1 Like

@KetanKumar Thank you so much, much appreciated!

1 Like

@Endlessretro
its my pleasure to help us.

1 Like