• Resolved czllebleu

    (@czllebleu)


    Hi!
    Whenever a user likes or unlikes a post, a notification pops up with a message. I really like this feature.
    What I’m looking for is a way to deactivate the happy and sad face that comes up there (because I’m using a different face in the message itself). How can I do this?
    I know it probably needs a bit of code to do it, but if anyone could help it would be awesome.

    Thanks in advance!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alimir

    (@alimir)

    Hi @czllebleu
    Perhaps in the next version we will consider a setting for it. but now you can do it with custom css. e.g.

    .wpulike-notification .wpulike-message.wpulike-success {
      background-image: none !important;
    }
    .wpulike-notification .wpulike-message.wpulike-error {
      background-image: none !important;
    }
    Thread Starter czllebleu

    (@czllebleu)

    Thanks a lot! It worked great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the happy/sad face from liked and unliked notice messages’ is closed to new replies.