Can't Change Color Behind Blog Comments Section - Sense Theme

The background of my blog is white, however, the area behind the comments section is showing up as off-white. I’ve tried clicking on it to change the color, but there’s no option to change the color. Where do I go to change it?

Hi @ebo8302

Could you share that page link?

Password: Indiana15701

Site: turbojavacoffee.com

Password: Indiana15701

Hello @ebo8302 :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.article-template__comment-wrapper {
    background-color: white !important;
}

The result

Hope that helps!

1 Like