Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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?

    #1007608

    Hey 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,
    Rikard

    #1008209

    Thank 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
    Elisabeth

    #1008276

    Hi Elisabeth,

    Great, please try this CSS as well to hide the comments count:

    .slide-meta-comments {
      display:none;
    }

    Best regards,
    Rikard

    #1008462

    Hi

    Thanks.
    I tried the code, but it didn’t work..

    Elisabeth

    #1008513

    Hi,

    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 Shannon

    #1008631

    Hi

    I tried it again now. It doesn’t work..

    #1008635

    Hi,

    Can you screenshot the area in which you’re looking? I’m not seeing the comment number above the pictures.

    Best regards,
    Jordan Shannon

    #1008644

    Sorry. 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

    #1008648

    Hi,

    Add this to quick css:

    .slide-meta-comments, .slide-meta-del{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1008742

    That fixed the issue.
    Thank you!

    Regards
    Elisabeth

    #1008770

    Hi,

    Glad the issue is solved now :)

    Best regards,
    Peter

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove social icons from blog posts’ is closed to new replies.