This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
I would like to remove the icons that are where the [share] code is in the static block footer.
Can you please tell me what I need to do? I need just the Instagram icon where the others are now linking to https://www.instagram.com/brazilian_lumber/?hl=en
(PS: I tried the WP Bakery social links and it just doesn’t look good or align right, I’d like to use the dark ones that you have below the contact information on the bottom left hand side of the page}
Hello,
You may use the Social links element and custom CSS code. For example – http://prntscr.com/p7lpfl
footer .fa-instagram {
background-color: #464646;
border-radius: 100px;
padding: 5px 6px;
}
footer .follow-instagram:hover {
color: white;
opacity: 0.8;
}
(add this code in Theme Options > Custom CSS)
Regards
You must be logged in to reply to this topic.Log in/Sign up