-
AuthorPosts
-
September 9, 2018 at 12:54 pm #1007578
Hi
I can’t figure out how to remove the social share buttons on the bottom of my blog posts.
I thought it was due to the floating social bar I had installed before, but I have removed that plugin. They are still appearing even on my new blog posts.
Can you have a look?
If you open any blog post on my site you will see in the bottom that I have round icons for twitter/facebook/google+
Under it there is the wordpress social bar – and this is the one I want to keep.How can I get rid of the round icons?
September 9, 2018 at 3:30 pm #1007608Hey Elisabethkaasa,
It looks like it’s coming from something called Sharedaddy, if you can’t located the code or plugins then please try this in Quick CSS:
.sd-sharing-enabled { display:none; }
Best regards,
RikardSeptember 11, 2018 at 7:22 am #1008209Thank you. That css code made it go away!
Another item I’d like to remove is the display of number of comments in the blog post grid layout.
If you look at my site http://www.rideferier.no you’ll see number of comments displayed above the pictures.
How can I get these removed?Regards
ElisabethSeptember 11, 2018 at 9:23 am #1008276Hi Elisabeth,
Great, please try this CSS as well to hide the comments count:
.slide-meta-comments { display:none; }
Best regards,
RikardSeptember 11, 2018 at 5:15 pm #1008462Hi
Thanks.
I tried the code, but it didn’t work..Elisabeth
September 11, 2018 at 6:57 pm #1008513Hi,
Did you add his code to the very top of quick css so that it runs first. Also, be sure to clear your cache a few times over.
Best regards,
Jordan ShannonSeptember 11, 2018 at 10:33 pm #1008631Hi
I tried it again now. It doesn’t work..
September 11, 2018 at 10:48 pm #1008635Hi,
Can you screenshot the area in which you’re looking? I’m not seeing the comment number above the pictures.
Best regards,
Jordan ShannonSeptember 11, 2018 at 11:23 pm #1008644Sorry. It is not above the picture on the blog site. It is actually in the blog post display on the front page, under the pictures.
So if you look at the home page.Thanks
September 11, 2018 at 11:34 pm #1008648Hi,
Add this to quick css:
.slide-meta-comments, .slide-meta-del{ display:none!important; }
Best regards,
Jordan ShannonSeptember 12, 2018 at 7:01 am #1008742That fixed the issue.
Thank you!Regards
ElisabethSeptember 12, 2018 at 7:54 am #1008770Hi,
Glad the issue is solved now :)
Best regards,
Peter -
AuthorPosts
- The topic ‘Remove social icons from blog posts’ is closed to new replies.