• hi would like to change the container color to black, including the page title area please…thanks

Viewing 1 replies (of 1 total)
  • Hi wpjen. Add this to your custom CSS:

    /* page title and content background black */
    .content, .page-title {
        background: #000;
    }
Viewing 1 replies (of 1 total)

The topic ‘container colour’ is closed to new replies.