Add header image to all pages in theme

Christina December 30, 2018 at 1:54 am

Hi! Is there a way to use the header image from the home page on all the pages in the theme? Is this a pro option?

Replies (1)

  1. Christina December 30, 2018 at 1:54 am

    Hi! Is there a way to use the header image from the home page on all the pages in the theme? Is this a pro option?

  2. Spiracle Themes December 31, 2018 at 3:53 am

    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

Reply To: Add header image to all pages in theme
Your information: