Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor LikeBtn Support

    (@likebtn-support)

    After first click on ‘like’ or ‘dislike’ button parent ‘div’ gaining ‘lb-voted-now’ class. You can use it to write css rule.

    For example:
    .lb-voted-now .lb-count {color: orange;}

    Add this rule into ‘Custom CSS’ filed (‘settings’ tab) or in any your css file.

    Thread Starter plantman

    (@plantman)

    Thanks for the reply. This kind of works but has a few issues. When you unlike the button the counter still stays orange. Also when you reload the page the counter is no longer orange while the button is. How can I make it to have the same properties as the button? thanks

    Plugin Contributor LikeBtn Support

    (@likebtn-support)

    Considering this clarification you need to use ‘lb-voted’ class instead.

    For example:
    .lb-voted .lb-count {color: orange;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of counter after voting’ is closed to new replies.