Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #267451

    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

    #267506

    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

    #267549
    This reply has been marked as private.
    #267551

    What have you done so far? can you post a link to the website?

    Best regards,
    Josue

    #267622
    This reply has been marked as private.
    #267643

    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

    #267862

    That worked a treat… Thank you very much – Top support!! ;o)

    All the best

    Richard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Background image covering the whole of the site’ is closed to new replies.