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
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
Hi @Filyra
You can change the background color by following on the steps below.
NOTE: Change the red to the color you want
.banner .banner__media.media {
background: red;
}
thanks that worked