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.
- Go to the theme editor.
- On the homepage, click the footer section.
- Uncheck the first option Show payment icon.
- Save the changes.
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
Either remove the Trust app from your store
OR
Please follow the steps:
- Go to Online Store > themes.
- Click on Action > Edit code.
- Open timber.scss file in the Assets folder.
- 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