Comments connectingdotsasia started the conversationJuly 19, 2019 at 7:35amHello Team,How to customize the comment boxes ?Wants these text in small font lines as below :-1 .Sign me up for the newsletter! 2. Notify me of follow-up comments by email. 3. Notify me of new posts by email.Thank YouRegardsNizam 2,700PenciDesign repliedJuly 19, 2019 at 8:50amHi,Please add more this code to Customize > Custom CSS to do that: form.comment-form > p.mc4wp-checkbox{ margin-left: 0; } form.comment-form > p span, form.comment-form > p .subscribe-label{ font-size: 14px; text-transform: none; font-weight: normal; font-family: 'Montserrat', sans-serif; } form#commentform > div.penci-gdpr-message{ margin-top: 10px; } Change number 14 on the above code to any value as you want.Best Regards,PenciDesignconnectingdotsasia repliedJuly 19, 2019 at 9:33amnot Working. 2,700PenciDesign repliedJuly 19, 2019 at 9:39amHi,I didn't see the code appears on your site.Please make sure you've added the code and clearly all the cache.When you did it and it still doesn't work, let me know.Best Regards,PenciDesignconnectingdotsasia repliedJuly 19, 2019 at 9:50amStill Not Working.this line is correct in your code. form#commentform > div.penci-gdpr-message{ margin-top: 10px; } 2,700PenciDesign repliedJuly 19, 2019 at 9:58amHi,Ok. Please try again with this code: form.comment-form > p.mc4wp-checkbox{ margin-left: 0 !important; } form.comment-form > p span, form.comment-form > p .subscribe-label{ font-size: 14px !important; text-transform: none !important; font-weight: normal !important; font-family: 'Montserrat', sans-serif !important; } form#commentform > div.penci-gdpr-message{ margin-top: 10px; }Best Regards,PenciDesignconnectingdotsasia repliedJuly 20, 2019 at 10:03amIt's working. Thank You So much. Sign in to reply ...
Hello Team,
How to customize the comment boxes ?
Wants these text in small font lines as below :-
1 .Sign me up for the newsletter!
2. Notify me of follow-up comments by email.
3. Notify me of new posts by email.
Thank You
Regards
Nizam
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change number 14 on the above code to any value as you want.
Best Regards,
PenciDesign
not Working.
Hi,
I didn't see the code appears on your site.
Please make sure you've added the code and clearly all the cache.
When you did it and it still doesn't work, let me know.
Best Regards,
PenciDesign
Still Not Working.
this line is correct in your code.
Hi,
Ok. Please try again with this code:
Best Regards,
PenciDesign
It's working. Thank You So much.