Hide extra long name of product on product card in homepage Dawn 15V

Solved

Hide extra long name of product on product card in homepage Dawn 15V

ctal37
Explorer
151 1 36

hiiiii

I would like to hide extra long names of my products on product card in homepage and hide the names into (.....) this like brand Zara does with there products names. check the screenshot.

store url: https://5a3cf5-fc.myshopify.com/WhatsApp Image 2024-09-11 at 00.42.27.jpegWhatsApp Image 2024-09-11 at 00.42.28.jpeg

Accepted Solution (1)

AnneLuo
Shopify Partner
933 173 199

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
@media screen and (max-width: 767px){
  .full-unstyled-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px !important;
  }
}
</style>

Result:

AnneLuo_0-1726016725941.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 4 (4)

AnneLuo
Shopify Partner
933 173 199

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
@media screen and (max-width: 767px){
  .full-unstyled-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px !important;
  }
}
</style>

Result:

AnneLuo_0-1726016725941.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

ctal37
Explorer
151 1 36

hey @AnneLuo this code is not working, not changing anything. please help

AnneLuo
Shopify Partner
933 173 199

If so,  can you please send me your collaborator code and store URL with me? I will check it for you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

ctal37
Explorer
151 1 36

check your inbox please