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!