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 #2521739
Website Option in Comments
Closed

Comments

  •  1
    VargisKhan started the conversation

    How do I remove the website option from comments? I only want to keep Name and Email fields there. The website option is getting used for spam links.

  •  2,699
    PenciDesign replied

    Hi,

    You can do that by 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{ width: 49%; }
    }
    

    Best Regards,

    PenciDesign