Hi, I use dawn theme. I’m looking for remove social icon from footer but not on sidebar menu thanks for your help guys
Topic summary
A Dawn theme user wants to remove social media icons from the footer while keeping them in the sidebar menu.
Solutions provided:
-
Theme settings approach: Navigate to Online Store > Themes > Customize > Footer section, then uncheck the ‘Show social media icons’ option
-
CSS method: Add custom CSS code to the base.css file (found in Online Store > Themes > Edit Code > Assets) to hide the footer social icons:
ul.footer-list__social.list-social.list-unstyled.list-social {
display: none;
}
- Alternative: Remove all social media links through Online Store > Theme > Customize > Settings > Social media
The issue was resolved, with the original poster confirming the solution worked and was simpler than expected.
HI @hedo ,
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Click on the Footer section.
- Uncheck the ‘Show social media icons’.
Please refer to the attached screenshot for a better understanding
@hedo
put below css into base.css file (online store->themes->edit code->assets->base.css)
ul.footer__list-social.list-unstyled.list-social {
display: none;
}
Hello @hedo
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Customize.
-
Open setting → Social media
-
remove all link of Social media
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Well, sometime easy thing are the hardest hahaha Was so easy. Thank you so much


