Dawn theme,How to hide social icons in a simple way?

Snipaste_2021-06-26_14-10-15

I use dawn theme. I want to make the page look more concise. How can I hide these three buttons in all pages? Use a simple method. Asking for help~

You can either remove the relevant code in the footer.hbs file or do it via code injection:

<style>.site-footer .social { display: none; }</style>
1 Like

Thank you very much. It’s a success. Happy! :100: