Comments Juliana started the conversationOctober 24, 2014 at 5:48amHello, 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,844Tahir repliedOctober 24, 2014 at 3:56pmHey!I am afraid not as the Html markup would not allow the whole page background. Thanks ThemeNectar Support Team 2Laith repliedDecember 3, 2014 at 2:56pmI'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. Sign in to reply ...
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 !
Hey!
I am afraid not as the Html markup would not allow the whole page background.
Thanks
ThemeNectar Support Team
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.