How To Put a Background Image in the Divi Header

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

In this Divi tutorial, I show you how to put a background image or repeating texture in your Divi 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 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:


/*---------------Header Texture---------------*/

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