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

    Hi,
    we would like to share some blog infos over facebook on our page but it looks like something is missing in the icons. Especially by facebook.
    Would you have a code for that?

    Many greetings rixi

    #1374183

    Hey Rixi,

    Thanks for contacting us!

    You have following code in your custom CSS which is making icon color the same as the background color

    
    .av-social-link-facebook a {
      color: #37589b !important;
    }
    

    Please remove the code and then add following code to Quick CSS to fix the line height

    
    .av-share-box ul li a {
      line-height: 25px;
    }
    

    Regards,
    Yigit

    #1374184

    Hi Yigit,
    wow, that was quick :) Thanks a lot, now it looks great, jippy :)

    Many greetings rixi

    #1374186

    Hi,

    You are welcome, Rixi.

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘social media icon not readable’ is closed to new replies.