Hi everyone
I need to remove this from my store, I don’t know where did it come from… I thinks it is created by some app that I uninstalled. It is under my footer so I don’t have access to this section via theme customization… I have no idea how to remove it please help.
my store: stoicculture com
1 Like
Hi @StoicCulture ,
I understand that you want to hide unnecessary design in your footer.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “theme.scss.liquid” or “styles.scss.liquid” file, depending on which file your theme uses to store its CSS styles. (better you put in the theme.scss folder since it’s a header).
- At the bottom of the file, add the following CSS code:
- And Save.
.locale-selectors__content {
display: none;
}
I cannot find “theme.scss.liquid” or “styles.scss.liquid” files I only have “theme.liquid”, when I paste your script at the bottom of this file, only that code appears in my store in the footer. ;/ I think I can’t find right way to paste it.