Big Brother theme: How do I change the background color for the comment box?
-
Modified my page with
.article-wrapper {
background-color: rgba(247,247,247,0.17);
}I would like my comment/reply box to match, but have been unable to do anything to change the box’s appearance using CSS. Can anyone help?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Forgot to mention: we have not transferred the site over to wordpress yet, so the link above does not lead to the site I am trying to alter.
-
Hi there!
In order to help you with this, I’ll need to see the site you’re trying to change. Can you send me a link?
-
Hi (again) Shawna,
It’s https://yoitsdshad.wordpress.com/wp-admin/customize.php, the same site as in my other question, also as seen via customizer.
Thanks,
Andrew -
Great! Here’s some code to add that will add the same affect to your comments:
.comments-area { background-color: rgba(247,247,247,0.17); }Let me know if I can help with anything else!
- The topic ‘Big Brother theme: How do I change the background color for the comment box?’ is closed to new replies.