Okay
  Public Ticket #306129
Background
Closed

Comments

  • Juliana started the conversation

    Hello, 

    Is it possible to do a custom background in a full width set up (not boxed) for the entire body of the pages? for example like this page: http://www.blossomgraphicdesign.com/quote-request....

    Pattern attached. 

    Thank you !

  •  8,844
    Tahir replied

    Hey!

    I am afraid not as the Html markup would not allow the whole page background. 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Laith replied

    I'm still playing with the settings for this but have used the following CSS code with some success:

    .container-wrap {
    background: url("http://Your File URL from Media Library here") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    }

    Edit: this is for a full-page scaling background. For your pattern you would need to play with the repeat settings.