Jump to content
Sign in to follow this  
antonella

move social icons to footer

Recommended Posts

antonella

Is there a way to move the social icons bar down to the footer? Is there a hook or something? I feel like I've seen this before in search or docs, but now I can't seem to find it. I've disabled it from my header, and want to add it to a footer widget. Thanks.

Share this post


Link to post
Share on other sites
kastelic

Here's one way: Enable it in your header. Then using Google Chrome, right click on it and select "inspect element". Go into the html code area that pops up at the bottom and highlight the container of your social icons. Right click on it (in the code edit area) and select "copy as HTML" Go to Appearance -> Widgets and drag a new text widget into your footer widget area of choice and paste the HTML there.

Share this post


Link to post
Share on other sites
antonella

This is great. I was able to get the icons to appear in the footer. However, how do you disable the social icons in the header? I was using css (div.icons {display: none;}) to hide it, but now it's hiding it in the footer as well. I set up some CSS to just hide the div in the branding section (#branding div.icons {display: none;}) and that seems to work now. Is there any other way to disable it other than CSS that I haven't found?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×