Remove Trust Badges Bear icons from from the homepage, but keep it on product page

Hi @bareera_bnf

You can do that by adding this CSS code to theme.liquid file after in Online Store > Themes > Edit code

{% if template == 'index' %}

{% endif %}

Best Regards,

Dan from Ryviu

1 Like