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 #1521420
love (like) icon
Closed

Comments

  • iMaestro31 started the conversation

    Hi,

    How can I hide love (or like) icon?

    How can I hide Pinterest icon?

    Thanks,

  •  2,699
    PenciDesign replied

    Hi,

    To hide love icon, please add more this code to Customize > Custom CSS:

    .penci-post-share-box .penci-post-like, .post-share .count-number-like, .post-share a.penci-post-like{ display: none;  }

    To hide pinterest sharing icon, please add more this code to Customize > Custom CSS:

    .penci-post-share-box > a:nth-child(5), .list-posts-share > a:nth-child(4){ display: none; }

    Best Regards,

    PenciDesign