Vitals app background colour

Topic summary

A user is trying to change the background color of Vitals apps on their Shopify store from white to another color. While individual accent colors can be modified within each app, the overall background color option isn’t readily available.

Proposed Solution:
Another user suggested adding custom CSS code to the theme editor’s “CSS Custom” section:

div#shopify-section-sections--24013231456587__footer {
    background: red;
}

The color value can be adjusted as needed.

Current Status:
A third user reported the solution didn’t work for them, receiving an error message: “Webshop-editorsessie kan niet worden gepubliceerd” (Webshop editor session cannot be published). The issue remains unresolved and requires further troubleshooting.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hi, is there a way to alter the overall background colour to the Vitals apps to something other that white? You can go into each app and alter various accent colours but not the overall background colour.

Thank you

Hello, can you send the link of your store?

Of course www.mellaries.com

If you navigate to a product page and scroll down you’ll see where the reviews will be, its currently white and i cant seem to change the background colour.

Thank you

Add this to the section of your theme editor “CSS Custom”

div#shopify-section-sections--24013231456587__footer {
    background: red;
}

change with the color you want or the code

doesnt work for me i get the following message: Webshop-editorsessie kan niet worden gepubliceerd
can u help me out?