Comments 15against4 started the conversationSeptember 4, 2020 at 12:54pmIn 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,701PenciDesign repliedSeptember 4, 2020 at 4:54pmHi,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 15against4 repliedSeptember 6, 2020 at 4:21pmThat's great, thanks so much! Sign in to reply ...
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.
Hi,
Please try add more this code to Customize > Custom CSS to do both:
Change values 50 on the above code to value as you want.
Best Regards,
PenciDesign
That's great, thanks so much!