Add header image to all pages in theme

C Started by Christina · December 30, 2018 at 1:54 am · 1 reply 1 voice Last reply 7 years, 6 months ago
ST
Spiracle Themes Original poster
#2

Hi Christina,

This feature is not available in pro version also.

You can try this CSS to add it.

/* to make title white */
.content-section h1{
color: #fff;
}

/* adding image to background in page title section */
.content-section{
background: url(http://krystalwp.spiraclethemes.com/demo2/wp-content/uploads/sites/4/2018/03/bg-pages-1.jpg) no-repeat !important;
background-attachment: fixed !important;
background-size: cover !important;
}

Copy and paste this in Appearance -> Customize -> Additional CSS
Note: Change the image URL above

Let us know if this works or not

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Add header image to all pages in theme

By posting, your reply becomes public (unless marked private).