Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #413403

    can you please help me remove the border from social buttons?

    • This topic was modified 9 years, 8 months ago by baych.
    #413627

    Hi baych!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-share-box ul {
      border: none;
    }

    Best regards,
    Yigit

    #413687

    Thank you very much, it works!
    One more thing, is it also possible to remove it from hover?

    #413691

    Hi!

    Please add following code to Quick CSS as well

    .av-share-box ul li { border: none !important; }

    Cheers!
    Yigit

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