x

Can't delete social icons

Hi, 

I can't edit or delete the social media icons in the upper right corner of my site. 

Any suggestions?

1,173 Views
Message 1 of 7
Report
1 Best Answer

Best Answer

@seyabookfest It's possible that the page header html was modified to include a custom container within which the social icons element was added. If you didn't add this and don't have familiarity with page header html, you can add some simple css to turn it off.

In the Site Editor, click Settings then SEO in the left-hand sidebar, then scroll down to the Header Code box and add the following:

<style>
#header .wsite-social {
   /* Disable the social media icons element in the site header */
    display: none;
}
</style>

View Best Answer >

1,143 Views
Message 8 of 7
Report
6 REPLIES 6

@seyabookfest  Url of your website?

1,170 Views
Message 8 of 7
Report

seyabookfest.com

1,154 Views
Message 8 of 7
Report
Square

Hi @seyabookfest Did you build the site, or did someone edit it for you? The reason I ask is because the base theme for this site does not offer social media icons in the navigation area. It looks like someone added it to the theme with code. 

If you did not do this yourself, or you're not familiar with the html/css section of the theme, I recommend reaching out to the person who created the site to see if they can help you remove the code. If you accidentally edit or delete the wrong line of code you could mess up the site. 

1,149 Views
Message 8 of 7
Report

Best Answer

@seyabookfest It's possible that the page header html was modified to include a custom container within which the social icons element was added. If you didn't add this and don't have familiarity with page header html, you can add some simple css to turn it off.

In the Site Editor, click Settings then SEO in the left-hand sidebar, then scroll down to the Header Code box and add the following:

<style>
#header .wsite-social {
   /* Disable the social media icons element in the site header */
    display: none;
}
</style>
1,144 Views
Message 8 of 7
Report

That did the trick! Thank you so much!
1,140 Views
Message 8 of 7
Report

Hi Paul,

I have the same issue removing excessive social media icons at the footer in this case. I am practicing web development with my Visual  Studio code and ran into the issue. I noticed I have more than one Facebook and instangram icon I linked from font-awesome. It all goes out if I delete the HTML, but comes back if I retype my HTML. I really don't know how to remove the excess. I wish I can attach a file for you to see how it looks on chrome.

Please, how can I delete the unwanted icons permanently without removing the desired ones?

Thanks 

931 Views
Message 8 of 7
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.