Hi! On my site I’m using the Photography Portfolio Demo template. I would like to set different background colors, one for the logo area, one for the left coloumn and one for the main content area. I’m using the streched layout.
Many thanks in advance for your help!
Kind regards
Simone
Hi ilsymo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar .logo {
background: #e2e2e2;
}
.html_header_sidebar .header_bg {
background: #f2f2f2;
}
.html_header_left #main {
background: #dfdfdf;
}
Regards,
Yigit
Hi Yigit! Always great support! :)
Cheers!
Simone