Skip to main content

How can I remove the Social Icons on my website?

Written by Elaine

Removing the Social Icons can be done by using some custom CSS. This feature is exclusive to Premium members.

If you would like to remove the Social Icons from your website, navigate to:

Website Builder > Customize Theme > Design > Custom CSS

Enter the following code into the Custom CSS section and then click Publish:

.project-s-icons { display: none; }

Note: This will not remove the social icons from your community profile.

Did this answer your question?