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 #2568583
Removing "Website" field from the comments section
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,


    may I ask if its possible to hide the "Website" field from the comment section? To prevent spam bots commenting just to insert their website URL.


    thank you

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    #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

  •  2
    Fjura replied

    thank you!