Adrian Martinez
asked 12 years ago

Hi, I was just wondering how I could remove the sharing icons on posts?

Thanks,

Adrian

1 Answers
DominicStaff
answered 12 years ago

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

Adrian Martinez
replied 12 years ago

Thanks Dominic! It worked perfectly!

Powered by DW Question & Answer Pro