• Resolved dblivesound

    (@dblivesound)


    I have entered a background image to apply to all pages in the Customising ? General ?
    Body section but it is only displaying the background behind the entire page – e.g. you can only see it if you scroll below the footer. How do I set the background of every page content area (between header and footer) to display the background image – preferably with some opacity applied?

    Many thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,

    Depending on how you want your background image to behave, enter one of the following CSS codes in Customize-> General-> Additional CSS:

    #page
    {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg);
        background-position: center center;
        background-size: auto;
        background-repeat:repeat;
        background-attachment:scroll;
    }

    OR

    #page
    {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg);
        background-position: center center;
        background-size: auto;
        background-repeat:no-repeat;
        background-attachment:fixed;
    }

    Change the image URL per your needs.

    Regards

    • This reply was modified 6 years, 6 months ago by themevision.
    Thread Starter dblivesound

    (@dblivesound)

    Perfect – many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Background’ is closed to new replies.