I want to hide the by-default sharing icons.
1 Answers
To resolve this problem, you can log in to Dashboard > Theme > customize > General Settings > Add the following code in the “Header Script”
<style>
.single-post .social-action {
display: none;
}
</style>
Regards,
Dominic
It worked. Thanks again Dominic.
Please login or Register to submit your answer