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 #2398678
removing website url from comment form
Closed

Comments

  • valmg started the conversation

    I want to remove the website url box from the post comment form.

    I checked themeforest and it looked like people asking this were instructed to submit a ticket, which I am now doing.

  •  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