How to remove bottom icons on Brooklyn theme?

Hi so I’m using the Brooklyn theme and wanted to know if any one know how to remove those 5 icons on bottom

@Jp28
Kindly Share your Store URL

Hey @Jp28 ,

Did you mean Payment icons? If yes, you can remove them from the footer section.

  1. Go to the theme editor.
  2. On the homepage, click the footer section.
  3. Uncheck the first option Show payment icon.
  4. Save the changes.

No these 5 icons

@Jp28

You might have added any third-party app due to which it is visible in your store. This is not part of the Brooklyn theme.

No it show that on all themes not just Brooklyn jptrendyfashion.myshopify.com

@Jp28

Either remove the Trust app from your store

OR

Please follow the steps:

  1. Go to Online Store > themes.
  2. Click on Action > Edit code.
  3. Open timber.scss file in the Assets folder.
  4. Paste the below code at the bottom and save the changes.
div#vntbs-wrp-el {
    display: none !important;
}

Hope this will help you!

div#vntbs-wrp-el {
    display: none !important;
}

@Jp28
Add this code in timber.scss

1 Like

thank you so much very helpful!

1 Like