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
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
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;
}
.product-collection__more-info {font-weight: bold;letter-spacing: 0.5px;}
@KetanKumar Thank you so much, much appreciated!
@Endlessretro
its my pleasure to help us.