Change banner color

Topic summary

A Shopify store owner wants to change the color of two columns flanking a banner image to black.

Solution provided:

  • Navigate to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS
  • Add the following CSS code:
main#MainContent {
    background: black !important;
}
  • The color value can be customized as needed

Status: Resolved. The original poster confirmed the solution worked.

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

Dear community

I would like to change the color of the 2 columns aside the picture to black. How can I do it?

Thank you!

Hi @Etienne2

Please share with me the store URL so I can take a closer look :heart:

Best,

Daisy

Hi Daisy.

Thank you.

The URL is https://miki-travel.ch/

Thank you.

Hi @Etienne2

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
main#MainContent {
    background: black !important;
}

Here is the result:

Please change the color in the code with the color you want

Best,

Daisy

Thank you!!