how can i disable the border for the social share buttons here: http://imgur.com/a/hamPt
and how can i center the text and set it to white color: http://imgur.com/a/hamPt
is there a way to reduce the blank space under the social share buttons? there is a big whitespace at the moment but not whitespace element.
Any ideas how i can fix this? Thanks and have a great sunday :)
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home .av-share-box .av-share-link-description {
color: white;
text-align: center;
}
#top.home .av-share-box ul,
.home .av-share-box ul li {
border: 0;
}
.home .av-share-box ul li a {
padding: 0;
}
#top.home #main #av_section_2 .template-page {
padding-top: 20px;
}
Let us know if this helps :)
Best regards,
Nikko