Jump to content

Changing Blog Post Comment Box Background Color

Go to solution Solved by dvgdvgdvg,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

If you want the form background to be the exact same shade of green as the page background:

.squarespace-comments .new-comment-area .input form.comment-form textarea, .squarespace-comments .new-comment-area {
    background:#6b8374;
    color:#fff;
}

If you want the form to be a darker green to differentiate/make it easier to spot for viewers:

.squarespace-comments .new-comment-area .input form.comment-form textarea, .squarespace-comments .new-comment-area {
    background:#2b4a3f;
    color:#fff;
}

These change the text color to white as well for legibility.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.