ChloeCL Posted March 29, 2022 Share Posted March 29, 2022 Site URL: https://www.cooliconlighting.com/journal/lets-talk-basics Hello, I'm trying to change the colour of the outline of the comments box on my blog page. So far, I managed to target the bottom part of the box by using: .squarespace-comments .comment-btn-wrapper, { border-color: #000e2d; border-width: 1px; border-top: none; } However I can't find the id of the top part of the box. Can anyone help please? Thanks! Link to comment
ChloeCL Posted March 30, 2022 Author Share Posted March 30, 2022 Does anyone have any suggestions to fix this please? Thank you! Link to comment
Solution tuanphan Posted April 1, 2022 Solution Share Posted April 1, 2022 Hi. Use this CSS code .squarespace-comments .new-comment-area .input { border: none !important; } ChloeCL 1 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!) Link to comment
ChloeCL Posted April 1, 2022 Author Share Posted April 1, 2022 1 hour ago, tuanphan said: Hi. Use this CSS code .squarespace-comments .new-comment-area .input { border: none !important; } It worked, thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment