Shopify themes, liquid, logos, and UX
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
Hi
I have a problem with the Meka theme whereby the product comparison template is showing in my product pages on mobile only.
I don’t have the product comparison section added to any of my pages on my website so not sure where this is coming from.
It only shows on the product pages when viewing via mobile. It doesn’t show on same page when viewing via laptop.
I have no compare at price added to my products.
Does anyone know how I can remove this? Thanks
Solved! Go to the solution
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 before the </head> tag
<style>
.compare-modal {
display: none !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
Add the code below at the same location.
<style>
.breadcrumbs__link {
flex-shrink: unset !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hi, @alborg
Can you please share the store URL so that I can assist you?
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 before the </head> tag
<style>
.compare-modal {
display: none !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
@AnneLuo Thankyou for the reply.
This has partially resolved the issue. However if I swipe left on a product page on a mobile I still have the grey Product comparison formatting running up the side of the page. My product breadcrumb also spills out onto this from the website. Would you know how to resolve this also please?
This is an accepted solution.
Add the code below at the same location.
<style>
.breadcrumbs__link {
flex-shrink: unset !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hi @alborg
Which section? Could you take screenshot?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.breadcrumbs__link { flex-shrink: unset !important; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thankyou Dan, much appreciated.
You are very welcome!
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.