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 #1510382
Hide Website from Add Comment form
Closed

Comments

  • NeilB4TheKing started the conversation

    Can I hide/remove the "website" fields from the "Leave a Comment"  form

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    #respond p.comment-form-url{ display: none; }
    @media only screen and (min-width: 768px){
    #respond p.comment-form-author, #respond p.comment-form-email, #respond p.comment-form-url{ width: 48%; margin-left: 4%; }
    #respond p.comment-form-author{ margin-left: 0; }
    }


    Best Regards,

    PenciDesign

  • NeilB4TheKing replied

    thank you