Change banner color

Solved

Change banner color

Etienne2
Visitor
3 0 0

Dear community

 

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

 

Etienne2_0-1735136396852.png

 

Thank you!

 

Accepted Solution (1)
DaisyVo
Shopify Partner
2769 331 383

This is an accepted solution.

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: image_720.png

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

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
2769 331 383

Hi @Etienne2 

 

Please share with me the store URL so I can take a closer look ❤️

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Etienne2
Visitor
3 0 0

Hi Daisy.

Thank you.

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

 

Thank you.

 

DaisyVo
Shopify Partner
2769 331 383

This is an accepted solution.

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: image_720.png

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

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Etienne2
Visitor
3 0 0

Thank you!!