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 #2528858
Comments form
Closed

Comments

  •  1
    5against4 started the conversation

    In the Comments form, how to change:

    1. The padding above/below the words "LEAVE YOUR COMMENT"?

    2. The formatting (font, size, capital letters, etc) of the Notification questions at the bottom of the form?

    See screenshot for more details.

  •  2,699
    PenciDesign replied

    Hi,

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

    #respond h3.comment-reply-title{ padding-top: 50px !important; margin-bottom: 50px; }
    #respond label { text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: normal; }
    

    Change values 50 on the above code to value as you want.


    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    That's great, thanks so much!