Viewing 1 replies (of 1 total)
  • Hey there darenas2010,

    How are you doing today?

    It appears that’s a premium theme, due to forum rules this limits us unfortunately. You can read more here:

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    I did take a quick peek, this should be possible with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    body.custom-background {
    background-image: none;
    }
    
    body.custom-background.home {
    background-color: #000000;
    background-image: url('http://scrummyartattack.com/wp-content/uploads/2015/02/background-test4.jpg');
    }

    This should keep background image on your home page and black background on other pages.

    If you need any further help, you would need to contact the theme developer.

    Have a great day!

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘[Theme: Fullscreen] How to change background’ is closed to new replies.