Share links in the posts

  • Posted in : TheBlogger
  • Ivo
    Participant

    Hi,

    i dont use a plugin for the share links. only the share function which comes with demo “PHIL”.

    How can i deactivate some of the 5 share links under the posts. only want to use facebook.

    Thank you!

    serkan
    Moderator

    Hi Ivo,
    You can use this custom css code;

    .entry-share a:not(:first-child) { display: none !important; }

    Thanks

    Ivo
    Participant

    Hi,

    Thank you. Nur i dont want to Hide them all. I want to Hide some of them. Is it possible to hide for example only twitter or google+ ?

    BR Ivo

    serkan
    Moderator

    Hi BR Ivo,
    You can hide the twitter with this custom css code;
    a.share-twitter { display: none !important; }
    You can hide the google with this custom css code;
    a.share-gplus { display: none !important; }
    You can hide the email with this custom css code;
    a.share-mail { display: none !important; }
    You can hide the pinterest with this custom css code;
    a.share-pinterest { display: none !important; }
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register