Code to make Disqus background a different color than the Poster page

Hello to my coders-
Looking for code to make the Disqus background color different than the page it is on in Poster Stack. I had added a red line in-between the post and Disqus but wish to make the background color different.
Bottom of the page: https://www.lisasandlerphotography.com/blog/?post=sunrise-family-portrait-session-in-malibu#poster-top
thanks, Lisa

try:

section#conversation {
    background: red;
}

Change the color

2 Likes

or if you want all the way up to the line
#disqus_thread {
background: whatever you want;
}

but then you will want a few px of padding as well (just a guess :grinning:)

2 Likes

Doug- Your code did not work, but Scott yours is working, thanks. I had some other code already for the #disqus_thread so I was able to add that in.
thanks again, Lisa

2 Likes