Can I remove 'Title' from the review widget?


I want to remove the requirement to provide a 'title' to the review. Can I do that? 

1 Comment

Hello Mae,


Thank you for reaching out to us.


You can hide it using the CSS below; add it at the bottom of your theme.liquid file


<style>

. jdgm-form__title-fieldset  {display: none !important;}

</style>


Let us know at support@judge.me if you need help adding we will be glad to assist!

Login or Signup to post a comment