This topic has 4 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #65561
     ScotKinney
    Participant

    I’d like to remove the number of Likes bit in the beginning and the email icon from the share-links. How can I do that?

    #65569
     sharmstr
    Moderator

    If want to remove likes completely, disable in Theme Options > Social Share.

    If you want to just remove the number, use this css

    COPY CODE
    
    .item-likes-count, .item-likes-postfix {
      display: none;
    }
    

    For the email, use this

    COPY CODE
    
    .kleo-mail {
      display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #65574
     ScotKinney
    Participant

    Thank you! I’m still showing the heart though. Can I remove that too?

    #65576
     ScotKinney
    Participant

    I got it:

    COPY CODE
    .kleo-love {
      display: none;
    }
    #65578
     sharmstr
    Moderator

    As I said first

    f want to remove likes completely, disable in Theme Options > Social Share.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?