Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #730579

    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.

    #730863

    Any ideas how i can fix this? Thanks and have a great sunday :)

    #731015

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.