How to capitalize product titles in Dawn theme?

Hi,

Is there a way to capitalize the product titles when viewing a collection or search page?

Page:

https://tpydoibdr3hgoqqo-19218055.shopifypreview.com

Cheers!

@RemG - add this css to the very end of your base.css file and check

a.product-title {text-transform: uppercase !important;}

@suyash1 unfortunately that doesn’t work.

Cheers.

@RemG - it is because you have not completed the bracket “}” on this selected line, please do it and replace old line with this line and it will work

.card__heading{text-transform: uppercase !important;}

before

after

1 Like

Hi @suyash1 thanks for getting back to me - I have pasted this and it still doesn’t work? Not sure what else I am doing wrong.

Screen Shot 2022-10-19 at 12.10.34 am.png

@RemG - you have not completed the bracket } on line 2980

1 Like

@suyash1 my mistake, thanks so much for the help.