Does anyone know how to activate social sharing buttons on telescope? I have read all the telescope documentation but still no answer Specifically which file do I edit? thanks
Asked
Active
Viewed 628 times
1 Answers
2
Under the settings section under extra css add the following
.post-share {
display: block;
}

Almog
- 2,639
- 6
- 30
- 59
-
Thanks for this - it worked perfectly. I tried to create a custom post_share file with the hidden style removed but I couldn't get it to show. – Richard Fortune Dec 19 '15 at 06:32