Is it possible to remove the dislike button, and only allow to mark likes?

  • izackov
    Asked on April 23, 2018 at 10:04 AM

    Hi

    the Like/Dislike plugin works very well. 

    is it possible to remove the dislike button, and only allow to mark likes? 

    thanks!

  • John_Benson
    Replied on April 23, 2018 at 12:16 PM

    Please provide the form link you're working on so we can check it further. I think we can hide the dislike button using custom CSS code.

    We'll wait for your reply. Thank you.

  • izackov
    Replied on April 23, 2018 at 12:26 PM

    Hi

    thank you, this is the link:

    https://form.jotform.me/81120221086442


  • John_Benson
    Replied on April 23, 2018 at 1:51 PM

    Please add this custom CSS code to your widget:

    button#dislike {

    display: none !important;

    }

    How-to-Inject-CSS-Codes-to-Widgets

    Please take note that you need to add the custom CSS code to each widget. Here's the result of my test:

    1524505594ce2 Screenshot 10

  • izackov
    Replied on April 24, 2018 at 1:03 AM

    Perfect!

    thank you so much!