Jump to content

Change comment input background colour (7.0 York)

Go to solution Solved by Web_Solutions,

Recommended Posts

Hi there, I am trying to change the colours of the comment input box on my blog (sample post here). I've tried every combination of CSS I can find in previous posts, but none of the previous answers I've found have had any effect whatsoever (including with !important added). Anyone know what code I would need to change this?

Appreciate any help!

Link to comment
  • Solution
4 hours ago, ajdaggers said:

Hi there, I am trying to change the colours of the comment input box on my blog (sample post here). I've tried every combination of CSS I can find in previous posts, but none of the previous answers I've found have had any effect whatsoever (including with !important added). Anyone know what code I would need to change this?

Appreciate any help!

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

#comments .new-comment-area {
    background: #000 !important;
    border: 1px solid #eee !important;
    textarea {
        background: #000 !important;
        color: #fff !important;
    }
}

 

Screenshot_120.png

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Link to comment
On 7/12/2024 at 11:10 PM, Web_Solutions said:

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

#comments .new-comment-area {
    background: #000 !important;
    border: 1px solid #eee !important;
    textarea {
        background: #000 !important;
        color: #fff !important;
    }
}

 

Screenshot_120.png

Thank you so much, this worked!

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.