"Required" marks do not disappear

Home Forums Jevelin Theme "Required" marks do not disappear

Home Forums Jevelin Theme "Required" marks do not disappear

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • gchestnut
    Participant

    “Required” marks for comment field “name”, “email” and “web site” never disappear as the attached image. The check box “<label for=”require_name_email”>Comment author must fill out name and email</label> ” in Settings>Discussion is already unchecked.

    Attachments:
    You must be logged in to view attached files.

    Hi @gchestnut,

     

    I hope you are well today and thank you for your question.

     

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-comment-form .sh-comment-form-column label span {
        display: none;
    }
    

     

    Best regards,
    Shufflehound team

    gchestnut
    Participant

    OK, thanks.

    You are most welcome here 🙂

    The issue is resolved in the below latest version of theme so please update the theme to the latest version as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

Viewing 5 posts - 1 through 5 (of 5 total)