Comment Form field names

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7932
    jlebrun
    Member

    The comment form field names are not appearing. I have people trying to comment who can’t because they aren’t putting the right info in the fields, because the fields don’t have the field names in them. I checked the theme preview and it is the same. Is this right or is there a bug?

    #8013
    Nexus
    Moderator

    Hi,

    Sorry that you are having issues. Pls let me know which browser you are facing this issue, so that I can send you the fix. I checked the demo site in chrome and firefox and seems to work fine. Pls let me know the details.

    Thanks!

    #8032
    jlebrun
    Member

    I am in Chrome. I do not see the field names on the demo site either. I am looking at:
    https://www.livemeshthemes.com/themes/?theme=Enigmatic

    Attached screenshot.

    #8062
    Raghavendra
    Moderator

    Thanks for bringing this to our attention. Not sure when this change happened. For now, can you pls use the following Custom CSS to display the labels ? –

    #commentform input[type="text"] {
    float: none;
    }
    #commentform label {
    display: block;
    }
    
    #8076
    jlebrun
    Member

    Yes that works, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Comment Form field names’ is closed to new replies.