How to fix the Classic Social Sharing element?

How do I fix the Classic Social Sharing element?

The box on the left is for Facebook and the one on the right is for emails.

I can’t change the code because this is what’s in the page: [cs_text][x_share title=“Share This!” facebook=“true” twitter=“true” google_plus=“true” linkedin=“true” pinterest=“true” email=“true”][/cs_text]

What do I do?

Hi,

To fix it, kindly remove this code in Theme Options > CSS

.x-share .x-icon-facebook-square:before {
    content: "\f230";
}

.x-share .x-icon-envelope-square:before {
    content: "\f003";
}

Thanks

Perfect! Thank you!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.