Hello,
Sorry if this is a basic one, but is anyone able to help me amend the display of my Product Title from the Main Collection page, please? It’s capitalised by default, and the text is too large so it doesn’t display the full Product Title.
Any help would be appreciated.
vm-web
April 15, 2025, 3:51am
2
@joe-h-95
Can you share your shopify store URL?
Thanks!
Hi @joe-h-95 ,
Please send the website link, I will check it for you
Thanks for the reply. I’ve changed every heading size and none seem to change it
Hi @joe-h-95 ,
Please go to Customize > Theme settings > Custom CSS > add code:
.t4s-product .t4s-product-title {
font-size: 18px;
text-transform: none;
white-space: normal;
}
Sorted, thank you so much
Hi @namphan ,
I’m back… is there any way I can format it so the price stays in line across all products whether there is one or two lines of text?
Hi @joe-h-95 ,
Please send me the preview link again, I will check it
Hi @joe-h-95 ,
Please add code:
.t4s-product .t4s-product-title {
min-height: 35px;
}
Really appreciate it, thanks again @namphan