Add header image to all pages in theme

This topic has 1 reply, 1 voice, and was last updated 5 years, 2 months ago by Spiracle Themes.

Viewing 1 reply thread
  • Author
    Posts
    • #1469


      Christina
      Guest

      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?

    • #1470


      Spiracle Themes
      Guest

      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

Viewing 1 reply thread

Reply To: Add header image to all pages in theme

Your information: