How can I remove duplicate product title from suggested products on mobile view?

Solved

How can I remove duplicate product title from suggested products on mobile view?

Luminaskn
Tourist
26 0 1

Hi, 

 

I have a problem with the products listed on the "things you may like section" as the product titles are duplicated. This is only a problem with the mobile view. Can i remove it? 

 

Store URL: luminaskn.co.uk

password: Lumina2506

 

Screenshot 2024-04-03 at 03.31.14.png

Accepted Solution (1)

AnneLuo
Shopify Partner
1295 228 266

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 to the head tag

<style>
  .card__inner .card__information {
     display: none;
  }
</style>

 


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 2 (2)

AnneLuo
Shopify Partner
1295 228 266

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 to the head tag

<style>
  .card__inner .card__information {
     display: none;
  }
</style>

 


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

PageFly-Richard
Shopify Partner
5011 1120 1801

Hi @Luminaskn 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px){
.card__inner.ratio .card__content {
    display: none;
}
}
</style>

PageFlyRichard_0-1712113187999.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.