Leave a Comment
-
how do I make the Leave a Comment tab bigger on my blog? I am using Able.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
- The topic ‘Leave a Comment’ is closed to new replies.
how do I make the Leave a Comment tab bigger on my blog? I am using Able.
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there,
You can edit CSS to make it bigger. Go to Appearance > Customize > CSS and add this:
.comments-link {
font-size: 24px;
}
Feel free to reach out if you have any questions!
Thank you for your response. Where do I put the above information within the CSS?