Hi Support,
Love the Theme – just need a little help…
How do I add a background image that covers all the way from the header to the footer and the full width too which is different on three different pages?
Best Regards,
Richard
Hi Richard,
Can you post a link to the three different pages and to the images?
A mockup of what you want to achieve would be helpful too.
Regards,
Josue
What have you done so far? can you post a link to the website?
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
/* This will set a background for Page ID 10, repeat and modify for other pages */
.page-id-10 div#wrap_all {
background: url(https://24.media.tumblr.com/c07be931db3413ff50fb452346d52c8f/tumblr_n5e5tyYJkE1st5lhmo1_1280.jpg);
}
/* This will make the header and container transparent */
div.header_bg, #main, #main .main_color {
background: transparent !important;
}
Cheers!
Josue
That worked a treat… Thank you very much – Top support!! ;o)
All the best
Richard