dswer sdwer
asked 10 years ago
1 Answers
DominicStaff
answered 10 years ago

To remove all the sharing function from post page in the DW Focus. You can log in to Dashboard > Theme > Customize > General Settings then add the following code to the “Header Script”

<style>
.single-post .google, .single-post .twitter, .single-post .linkedin, .single-post .facebook {
    display: none;
}
</style>

Hope this helps!

Powered by DW Question & Answer Pro