Hi,
I am using the ENFOLD Theme but I want to use the ¨Social Media Share Icon Style¨like in this DEMO page:
http://kriesi.at/themedemo/?theme=sentence
I want this kind of icon in the end of my blog post.
Thank you.
Hi teotaban!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-share-box * {
border: none!important;
border-radius: 0!important;
}
.av-share-box ul {
width: auto!important;
}
.av-share-box ul li a {
padding: 10px;
background: #e2e2e2;
margin-right: 5px;
}
Best regards,
Yigit