• Hello! The background color of my site is white. But I want to set the background color of the front page to black. How do I do this in Virtue?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this CSS to Theme Options> Advanced Settings and let me know if it works for you:

    .home .wrap.clearfix.contentclass.hfeed {
        background: black;
    }

    -Kevin

    Thread Starter Ellen

    (@ejfgreen)

    It worked!!! Thank you so much. Now, if I want to use a hex color (to make is slightly gray), what would the code look like. I’m very grateful for your assistance!

    All you would have to do is switch the “black” to whatever color you want.

    -Kevin

    Thread Starter Ellen

    (@ejfgreen)

    Thanks Kevin

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Custom Background Color for Front Page’ is closed to new replies.