Hello,
How to remove social sharing? They slow my page speed because they’re not asynchronous (:
I would like to remove social sharing from the layout because they’re not asynchronous, and I have installed an async plugin. But It doesn’t work properly because Facebook request that “The href URL must be absolute”
1 Answers
To remove social sharing in the post, you can log in to Dashboard > Theme > Customize > General Settings > add the following code to the “Header Script”
<style>
.social-action {
display: none;
}
</style>
I have checked on my demo and nothing happens, please send me a screenshot or your site for further checking, so I will have a closer look and give the exact solution.
Regards,
Dominic
Please login or Register to submit your answer