Problem with settings in discussion form

  • Author
    Posts
  • #73376

    Hi. I have found a smaller problem in an otherwise very good template – Tempera.
    When I want the setting in discussion to be: “The commentform author must fill in the name and email” – there should be an * in these two labels in the comment form, but there isn’t… When I look i the HTML document I see: <span class=”required”>*</span>
    but still there isn’t any asterix in the label. I do not see this class in style.css.

    I hope you can help me with this/ Carina

    Website: www.mediastugan.com

    #74533
    Zed
    Cryout Creations mastermind

    The asterisk is present in the labels, however the theme does not use the labels but field placeholders.

    You can revert to the classic labels using custom CSS:

    body .comment-form-author label, body .comment-form-email label, 
    body .comment-form-email label, body .comment-form-url label, 
    body .comment-form-comment label {
        display: inline-block;
    }
    #comments input::placeholder, #comments textarea::placeholder {
        color: transparent;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Problem with settings in discussion form’ is closed to new replies.