How can I shorten titles on my collection page?

hi i want to short title in my collection page. i want there the first 2 line and remain title show li as…

here is the page link https://armazem-martins.myshopify.com/collections/loja-de-ferragens

i want to like https://emiliostore.com/collections/casa

@tariqul12012 - i0f you want to change the title, then please go to collection from backend and check

there is no option in customization of shorten collection.

@tariqul12012 - not customization, but collection tab in products

Hi @tariqul12012 .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.product-item__title{
width: 260px;
overflow: hidden;
text-overflow: ellipsis;
line-height: 35px;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
}

Hope this answer helps.

Best Regards,

PageFly

Would you pls explain where should I copy this code? is there any tutorial video? thanks