Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #991335
    bluestack
    Participant

    Hi,

    is it possible to have 2 different background images on a boxed layout site?

    this is the site in question: http://numberfun.co.uk/

    It would be great to split the current bg image in half and line up all the characters along each side of the site so as the site responds (only works on desktop but Im ok with that) the characters still line up along the edge of the site instead of disappearing behind the background or completely off the edge of the window.

    Can this be done in the customizer or do I need to add something to the the child theme stylesheet?

    Thanks!

    #991746
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Regretfully your background image idea cannot be done in the customizer. You can however use a custom css to make it possible. I would advise that you removed your background image first. And then please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    body {
        background-image: url(http://numberfun.co.uk/wp-content/uploads/2016/05/site-background_267.jpg);
        background-position: top center;
        background-attachment: fixed;
    }

    And this is how it looks on a large screen: http://prntscr.com/b455bm

  • <script> jQuery(function($){ $("#no-reply-991335 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>