Hello,
I am trying to make the title in my products in bold. Is there a way I can do this? Screenshot below for reference.
Thank you
Hello,
I am trying to make the title in my products in bold. Is there a way I can do this? Screenshot below for reference.
Thank you
@KetanKumar thank you for replying. The code you sent on the link is to get the vendor in bold. That works. However I would also like to get the title in the product listing in bold. When referring to the screenshot it would be for example:
Please do you have a code for this?
Thank you,
Emily
@Endlessretro
Add this code in bottom of the theme.min.css file.
h1.m-0 {
font-weight: bolder !important;
font-size: 19px !important;
}
Thank You.
@Anonymous thank you so much, much appreciated!!