IndigoBolt11 Posted February 16, 2021 Posted February 16, 2021 Site URL: https://www.etlicsw.com/ Hello I am trying to modify the color of the comment box on a client's website. Currently the comment box background color is white- is there anyway to change this to a different color (wanting it to be green like the background). Is there a CSS code I could use as I don't see it in the built in. Thanks!
dvgdvgdvg Posted February 16, 2021 Posted February 16, 2021 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.
tuanphan Posted February 18, 2021 Posted February 18, 2021 I see you still haven't changed SEO Title, so browser tab name still show "General 1" https://www.etlicsw.com/aboutliz Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.