- This topic has 1 reply, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Signify Dark › how to change comment size
Hey,
I am using the signify dark theme and I would really like to know how to change the size of the comment form box (and the font size as well), and I would like to know how to change the comment box size (the comment boxes + font when people leave a comment on a post are huge)
Hello @wordsbyflip
Please this CSS in Additional CSS.
CSS to change comment box size – change padding value as per your nedd
.comment-container {
padding: 30px 20px;
}
CSS for user comment reply font size
.comment-content {
font-size: 14px;
}
CSS for comment ‘Reply’ Text font size
.comment-container span.reply {
font-size: 15px;
}
CSS for comment user name font size
cite.fn.author-name {
font-size: 20px;
}
Please add all this CSS to Admin panel >> Appearance >> Customize >> Additional Css, here paste all of CSS and published.
Have a good day
Regards,
Psink
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



