Remove Social Icons from Casper

Hi Mates,

I’m wondering how can I remove all the social Icons, like face,twitter from the Casper theme?
Which file exactly and What should I modify?

Thanks a lot!

Hey MRK,

If you are self hosting, you can modify the theme directly and remove the code for the social icons. Or another option is to inject some style code into the header from your admin area. Something like this:

<style>
.gh-social {
        display: none;
    }
</style>

that code works great, how would i remove the search bar also? I want a clean landing page

Removing these social icons can be done by removing the Facebook and Twitter links from Settings → General → Social accounts. If you remove the links and save, the social icons will no longer appear.

1 Like