How do I change the banner color on my website?

I have a logo for banner but its not fully taking the with of the site and i wanted to change the background color.where schould i do this.

Website is filyra.be

Thanks in advance

1 Like

Hi @Filyra

You can change the background color by following on the steps below.

  1. From you Admin page, go to Online store > Themes > Customize
  2. Go to your image banner section by clicking the Image banner, you will se the Custom CSS area. Place the code inside the textbox so it only applies to this section.

NOTE: Change the red to the color you want

.banner .banner__media.media {
  background: red;
}

thanks that worked

1 Like