How To Put a Background Image in the Divi 4 Header

by | Jun 11, 2018 | Divi Tutorial | 28 comments

In this Divi 4 tutorial, I show you how to put a background image or repeating texture in your Divi 4 header! It’s a nice little trick to have in your back pocket when a client wants an image in the header and with this method, we’re not using any extra plugins or bloated features. Just a little CSS and Divi 4 magic and you’re on your way in less than a few minutes. Enjoy and let me know if it helps you out! – Josh

Here’s the CSS I used:

[css]

/*—————Header Texture—————*/

#main-header {
background-size: initial;
background-repeat: repeat;
background-image: url(INSERT URL HERE) !important;
}
[/css]