• Resolved colindun

    (@colindun)


    Is there a way to disable header images on all pages of the site barring the homepage? I see the ‘use featured image’ setting under Header Options, but that’s not quite what I need. I like the simplicity of having just the navigation menu and logo at the top of internal pages without a header image at all.

    Thanks.

    Colin

Viewing 8 replies - 1 through 8 (of 8 total)
  • Upload a standard size header image same colour as the background of your nav menu. Use CSS to reduce height of header image to taste. Nav menu must be at the top. Penprig.org.uk shows it in action. Not elegant but it works.
    Christopher

    Thread Starter colindun

    (@colindun)

    Thanks Christopher.

    I found this which seems to do what I want and without having to add additional header images ;0)

    .site-branding {
    display: none;
    }

    .home .site-branding {
    display: inherit;
    }

    Plugin Author Oliver Campion

    (@domainsupport)

    Hi both,

    Yes, I seem to remember this in a previous support thread.

    As this has cropped up again, do you think that we should incorporate the CSS that Colin found as an option in the plugin now?

    Oliver

    Colin, yours is better! No image to load, quicker.
    Oliver, yes please. Burying the image content of standard Twenty seventeen is a common theme.

    Plugin Author Oliver Campion

    (@domainsupport)

    OK, I’ll add this to the “to do” list and report back when complete.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    We’ve pushed an update to add this option to the plugin today. Please confirm it works as requested.

    Oliver

    Thread Starter colindun

    (@colindun)

    Excellent. Thanks for adding that sos quickly and it works well.

    Just one thing – the text description in Header Options says “This option hides the header image on all pages except the homee page.’

    homee page?

    ;0)

    Colin

    Plugin Author Oliver Campion

    (@domainsupport)

    OMG, haha! I’ll get that sorted now.

    Glad it’s working.

    Oliver

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Disable header images on non-homepage pages’ is closed to new replies.