• Resolved Quebro

    (@quebro)


    Hello everybody!
    First of all I would like to thank you for this beautiful theme! I like it a lot!

    I’m spending nights and days..without finding a way to solve this problem: I really need to set up a different “Background color for content” depending on the page.
    What I mean is that I would like to have the home page with a different “background content” than the other pages.
    How can I do that? I tried to work on “container page-container” …but I don’t know how to manage it.

    I really hope you can help me out!
    Ciao

Viewing 1 replies (of 1 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    Theme don’t have this option.

    Alternative background color only for home page, possible to do via theme options > custom css

    body.home {
    background-color:#000 !important;
    }

    Content section

    body.home .page-container {
    background-color:#333 !important;
    }

    For additional customization, you can hire our developers.

Viewing 1 replies (of 1 total)
  • The topic ‘different background color for content’ is closed to new replies.