Tagged: footer, help, social, social icons, socket
Hello, I am trying to implement social icons into my socket as mention here: https://kriesi.at/support/topic/social-icons-in-footer-socket
I have managed to use the first set of codes for footer.php and custom.css to get the actual icons in the socket but now I have two problems.
Firstly how do I go about choosing which social icons to display and also how do I change the links.
And secondly, you will notice the ‘back to top’ arrow is overlapping for some reason. I believe this is not to the change in code as I to the changes back and the problem still persists. It looks like the actual socket has increased in height for some reason.
Thanks in advance for any help!
Forgot the link http://rerral.com
Any advice for this?
Hi,
You can add the links and social media icons on Enfold > Header. It will display the same icons with the header icons.
Your scroll to top button looks fine. You can change the position with this
#scroll-top-link {
right: 100px;
bottom: 100px;
}
Regards,
Ismael
Thanks Ismael, got it all working perfectly! :)