We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to limit collection product titles in one line

How to limit collection product titles in one line

Wojak
Tourist
8 0 2

I want to limit collection product titles in one line and make (...) at the end

I use Rise theme

pwm.com.co

Replies 3 (3)
Wojak
Tourist
8 0 2

I want to make the title one line and omit left like (...) at the end

スクリーンショット 2025-01-23 014303.png

DaisyVo
Shopify Partner
4469 501 598

Hi @Wojak ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

h3.card__heading a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

Here is the result:

DaisyVo_0-1737617224929.png

 

Please let me know if it works!

Best,
Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Wojak
Tourist
8 0 2

It worked perfectly appleciate you bro