• Resolved Shanj

    (@shanj)


    I want to simplify the comment form on posts etc.
    Since the textarea has the label “Comment” I’d like to remove / Hide/ delete the “Leave a Reply” title.

    I do know some CSS and I have a Simple Custom CSS where I put additions and overrides. I’d have thought a simple Hide on a display of text with no php call or function would be possible in CSS.

    There are various hacks around to do this for other themes which involve a php array code. I dont want to directly hack my php files and I don’t yet know how to make a php snippet into a plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not knowing what theme you are using but normally marking the Leave a reply css with { display: none;} will do it.

    Thread Starter Shanj

    (@shanj)

    Thank you for putting me on the right track.

    .comment-reply-title, .comments-title { display: none;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove "Leave a Reply" title on comment form (twenty fourteen)’ is closed to new replies.