Kidslife: How to change the background image of the header section.

Get into Dashboard > Kidslife > Integration > Custom CSS > Enable Css > Yes > Pasted the below css code inside the text area > Save All.

a) If you want to remove the image

Paste the below code

#header { background: none !important; }

b) If you want to change the image

Paste the below code

#header { background: url(http://dtkidslife.wpengine.com/wp-content/themes/kidslife/images/header_bg.png) repeat #FFFFFF !important; }

You can change the image as per your need.

Video Explanation

Leave A Comment?

This site uses Akismet to reduce spam. Learn how your comment data is processed.