• Hi,
    How can I change the content background color of the frontpage? Not the whole background, but the background of the text and picture.

    Thanks!

Viewing 1 replies (of 1 total)
  • I think, for the front page text:

    .home #featured {
        background-color: red;
    }

    and the widgets on the front page:

    .home .widget-wrapper {
        background-color: red;
    }

    You can put this at: Theme options -> CSS styles

Viewing 1 replies (of 1 total)
  • The topic ‘how can I change the content background color of frontpage?’ is closed to new replies.