Reply To: Custom page and post background

Home Forums Support Custom page and post background Reply To: Custom page and post background

Home Forums Support Custom page and post background Reply To: Custom page and post background

#204620
Tom
Lead Developer
Lead Developer

Right, so the CSS being generated by those options in your screenshot would be:

body {
    background-image: url( 'URL TO YOUR IMAGE' );
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 0% 20 /* finish this line with whatever is behind the dropdown in the screenshot */
}