Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #545817

    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

    #545885

    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

    #545964

    Hi Yigit! Always great support! :)

    Cheers!
    Simone

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Photography Portfolio Demo – Different background colors’ is closed to new replies.