Hi, I was just wondering how I could remove the sharing icons on posts?
Thanks,
Adrian
1 Answers
To remove the sharing icons on post in your site, you can log in to Dashboard > Theme > Customize > General Settings > add the following code to the “DW Header script”
<style>
.single-post .social-buttons {
display: none;
}
</style>
Hope this helps !
Regards,
Dominic
Thanks Dominic! It worked perfectly!
Please login or Register to submit your answer