Is there an easy way to disable the social links / displays at the bottom of blog entries?
Default social buttons
2 posts from 2 voices-
Posted 11 months ago #
-
Hi ifischer,
If you mean the "comments / likes / tweets / category" links at the bottom then add this to your custom.css or Quick CSS under Theme Options > Layout & Styling.
.blog-inner-meta { display: none; }If you want to remove just the likes and tweets then you'll need to use instead.
div .like-count, div .tweets-count { display: none; }Regards,
MyaPosted 11 months ago #
Reply
You must log in to post.














