• Hi – I have tried to include Share buttons on my wishlist, but the social media boxes lack the icon. I can only find the options to adjust the background, but not the color of the icon.

    Thanks,
    K

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same here. Maybe it has to do with font awesome, how it is loaded

    Plugin Author YITHEMES

    (@yithemes)

    @kaceeballew Hi there; the problem on your site is that your theme uses FontAwesome 5 while our plugin still make use of version 4, causing interferences

    I think you can easly solve the issue by adding the following CSS rules to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .yith-wcwl-share a i {
      font-family: "FontAwesome";
      font-weight: 400;
      line-height: 26px;
    }
    

    @barnabas1 unfortunately this kind of problems is most probably caused by the theme, so solution varies for each case
    You could try the previous CSS, but if it doesn’t work, please, share url to your site so we can check

    Hi,

    It worked for me, thanks. I had to do the same also for the element

    .fa-heart-o:before

    Thanks

    Plugin Author YITHEMES

    (@yithemes)

    @barnabas1 Hi there
    Glad to hear that this solved your problem

    If you enjoy our plugin, don’t forget to leave us a 5 star review, to support us and help our work
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Media Boxes Lack Icon’ is closed to new replies.