Hi,
Is there a way to capitalize the product titles when viewing a collection or search page?
Page:
https://tpydoibdr3hgoqqo-19218055.shopifypreview.com
Cheers!
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
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.
@RemG - you have not completed the bracket } on line 2980
@suyash1 my mistake, thanks so much for the help.