Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1507233
social share buttons on single post
Closed

Comments

  • kluver42 started the conversation

    sorry for so many duplicates of this question! I kept getting an error that said to try submitting again!


    ________


    Hi again :) Thank you so much for the awesome support. I've left you 5 stars!

    I was just wondering, is there custom css to remove only the social share buttons and keep the like button on single blog posts?

    I tried playing around with it and I either hid the like button or hid the entire area  

    Thanks for your help!


  •  2,699
    PenciDesign replied

    Hi,

    Thank you for your review

    You can check option for it via Customize > Other Layouts Options


    Best Regards,

    PenciDesign

  • kluver42 replied

    Thanks for the fast reply! The 'hide share box' in the Other Layout Options hides it on the home page, but I only want to hide it on blog posts --- but I want to keep the heart symbol for likes. 

    Basically, I'm using a different plug in for my social share buttons because yours only gives the option to share with the featured image. I've made graphics tailored to facebook, pinterest, etc that I want people to be able to use. But it looks weird because I've got social share icons in two places on the same post. But I want to be able to keep the "like" feature.


    For example, in this ticket https://pencidesign.ticksy.com//ticket/1417728/ the person wanted to hide the like button and keep the social share buttons. I want to do the opposite. Is that possible?

  •  2,699
    PenciDesign replied

    Hi,

    Ok, I understand it now. Please add more this code to Customize > Custom CSS to do that:

    .post-share .list-posts-share{ display: none;  }
    .post-share a.penci-post-like:after{ content: none; display: none;  }

    Best Regards,

    PenciDesign