Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #header .social_bookmarks li a {
background-color: black;
color: white;
}
#top #socket .social_bookmarks li a {
background-color: white;
color: black;
}
Best regards,
Yigit
Thanks.
I have 3 social icons in my header and footer: facebook, instagram and linkedin.
I need some space between them.
It’s possible centered horizontal them in my socket?
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed
#top .social_bookmarks li {
margin-left: 5px;
}
Best regards,
Yigit
Thanks.
It’s possible centered horizontal them in my socket?
Hi,
Yes, that should be possible. Could you please post a link to your page so we can provide you an accurate CSS code? :)
Best regards,
Yigit
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#socket .social_bookmarks {
width: 110px;
margin: auto;
float: none;
clear: left;
}
Best regards,
Yigit
It’s possible have the social icons inline with the text on the left, please?
Hi,
Please change the code to following one
#socket .social_bookmarks {
width: 110px;
margin: auto;
float: none;
}
Best regards,
Yigit
Perfect!
Thank you.