Removing social links

Hello

Near the bottom of this page, there are two links for social. FB and Twitter. Plus a ‘Like This’ option.

How do I remove these?

thanks

Hello Chris,

Thanks for writing to us.

It seems that you have added any custom code or any third-party plugin shortcode or widget in that page content that brings the social icon. I would suggest you delete the section one by one to check which section causing the issue.

For the quick fix, you can use the custom CSS code to hide it.

.sharedaddy.sd-sharing-enabled {
    display: none;
}

Please note that the code provided above serves as a guide only and it would ultimately be your responsibility to take it from here. If you are unfamiliar with code and resolving potential conflicts, you may opt-in on our One service for further assistance.

Thanks

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