Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3532436
Review Title Field
Closed

Comments

  • MsWildCard started the conversation

    Hi,

    Is there a way to remove the 'Your Review Title' field from the comments form whilst keeping the star rating on Soledad?

    Thank you.

    1163675162.png
  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .review-title-form {
        display: none;
    }

    Regards,
    PenciDesign.



  • MsWildCard replied

    Worked perfectly. Thank you!