Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #612514

    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.

    #612761

    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

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