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 #1625237
Comments in footer
Closed

Comments

  • Audreys_blog started the conversation

    Hi everybody,

    I have a question for you please but first, your theme is amazing, wow ! Congratulations ! :)

    So, for the comments, I would like to see just the case "Name" to leave a comment.

    I succedeeded to remove Email and Website but I still have empty case substitute at this both of them

    Do you have a solution to clear this empty cases please ? 

    On Quick translation, I leave an empty case to Email and Website but it's not enough.

    Thank you very much :)

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

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

    #respond p.comment-form-author{ width: 100%; display: block;  }
    #respond p.comment-form-email, #respond p.comment-form-url{ display: none;  }
    #respond p.comment-form-author input{ max-width: 100%; }

    And If you want for remove the checkbox for "Save my name, email, and website in this browser for the next time I comment" - please check option for this via Customize > Single Posts Options > Remove checkbox "Save my name, email, and website in this browser for the next time I comment."


    Best Regards,

    PenciDesign

  • Audreys_blog replied

    Woow Thanks a lot PenciDesign ! :))