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 #3036502
Can't remove social sharing bar on category/tags page
Closed

Comments

  • WulliamFR started the conversation

    Hey. It seems i can't remove the social sharing line on category/tags page and it's something i don't want to have. Any idea how i can remove it ? I've already disabled every social sharing, but yet it stays there.

    You can see it on related url or on my attachments. Thanks in advance !

  •  2,490
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-post-box-meta.penci-post-box-grid:before {
        display: none;
    }

    Regards,
    PenciDesign.



  • WulliamFR replied

    Thanks for the fast reply, works well.