• Resolved jenfilgate

    (@jenfilgate)


    The header image you set in the customizer seems to be used for all pages of the site with the page title. I know you can turn off the page title to make it go away, but is there a way to keep that full-width image with the page title, but be able to control which image is displayed on each page? I want to have different specific images behind my page titles, so randomizing titles also won’t work.

    Is there a way to make the featured image be the full site width instead of the container width? That could be a way to select which image goes on which page title.

Viewing 1 replies (of 1 total)
  • Thread Starter jenfilgate

    (@jenfilgate)

    I’ve figured out something that works. I’ve added page-specific css in my stylesheet:

    .page-id-5 .page-header {
        background-image: url('https://example.com/wp-content/uploads/2019/01/exterior5070-1920.png') !important;
    }

    And that has resolved my issue ??

Viewing 1 replies (of 1 total)
  • The topic ‘Set header image for each page title’ is closed to new replies.