Apply <strong> to all product titles

Hi

Would someone please be able to assist me with the below:

I would like to have all my product title on collection pages as .

Is there a way to do this for every collection page? At present they appear in a standard font and I would like them to display as .

I am using the ella theme.

Thanks

Mike

www.vapetown.co.uk

1 Like

Hey @Mike_Cooper

Can you elaborate what exactly you wanna make bold? Your product title on collection page you mean? Because at the moment, there’s no product description on your collection pages. There’s only collection description. Can you share a screenshot exactly what you wanna make bold?

Best Regards,

Moeed

Hi

I have edited my original post as it should have read ‘titles’ not descriptions.

I want to use rather than

Thanks

You can add this to the Theme Settings=> Custom CSS:

.card-title {
  font-weight: bold;
}