Is there a simple way to add a border to the comment section of a blog post? The border currently is only visible if the user selects the comment box, which is making it difficult to collect comments. It remains hidden until the user clicks around.
I’ve included link to a recent blog post. If you scroll to the bottom of the page you will notice the visibility issue.
Hey visualartspassage,
Please try the following in Quick CSS under Enfold->General Styling:
.single-post #commentform input {
border: 1px solid #000;
}
Best regards,
Rikard
Hi – that seems to be adding the border to the submission button. We would like it on the comment section. Thank you for your quick response and help!
Best,
Timmy
Hi,
Please try this CSS instead:
.single-post #commentform input {
border-color: #000;
}
Best regards,
Rikard
That doesn’t seem to have an effect on the page at all. Any other suggestions?
Best,
Timmy