Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
Hey,
I have added trust badges from Trust Badges Bear App to my product pages but I can see the same trust badges coming into my products grid on my homepage for just one product. This is messing up all the alignments on my homepage.
Also, when I am checking from my preview, everything seems to be normal and the trust badges are only coming on product page.
My URL is www.bnfstylespot.in
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @bareera_bnf
You can do that by adding this CSS code to theme.liquid file after <head> in Online Store > Themes > Edit code
{% if template == 'index' %}
<style>
#ultimateTrustBadgeswidgetDiv { display: none !important; }
</style>
{% endif %}
Best Regards,
Dan from Ryviu
- 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.
Hi @bareera_bnf ,
In your css file add this css property for hide badges from product grid.
.card__content #ultimateTrustBadgeswidgetDiv {
display: none;
}
Thanks @oscprofessional! But I am new to Shopify codes, could you please help me with the file as well that needs to be edited for this?
Login to shopify admin -> Online store -> select theme and edit code -> base.css
and paste this code.
This is an accepted solution.
Hi @bareera_bnf
You can do that by adding this CSS code to theme.liquid file after <head> in Online Store > Themes > Edit code
{% if template == 'index' %}
<style>
#ultimateTrustBadgeswidgetDiv { display: none !important; }
</style>
{% endif %}
Best Regards,
Dan from Ryviu
- 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.
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.