Hello,
On my website i added social icons inside the icon box with my contact info.
1) I want to remove the lines in the right
2) Cant seem to center the icons underneath the emailadres.
3)On hover I want circles like the icons in the header not squares.
Can someone help?
Thanks!
can you show us a live link on that?
http://www.footbel.be/#contact
footbel.be/#contact
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .iconbox .social_bookmarks {
display: flex;
justify-content: center;
}
#top .iconbox .social_bookmarks li {
border:none;
}
#top .iconbox .social_bookmarks li a {
border-radius: 30px;
}
Best regards,
Vinay
Perfect! Thanks Vinay.
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay