• Resolved bitcoinenthusiast

    (@bitcoinenthusiast)


    Hello!

    I was wondering if anyone could help me find a way to hide the header image on all my pages and posts except on my homepage. When it is displayed on my posts I feel like it just takes up more space than is actually needed. I am using the Ephemeris theme and I make my pages and posts using Elementor. My website is Whatsabitcoin.org .Any help is greatly appreciated.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Following CSS should fix it

    :not(.home) .header-image {
    	display: none;
    }
    Theme Author Anthony Hortin

    (@ahortin)

    You could certainly do what Jarret suggested (thanks @jarretc).

    Alternatively, simply don’t use the header image at all, and just add an image onto the homepage, within Elementor.

    When using a page builder like Elementor, I would suggest using the “Page Builder Full-Width” page template, rather than the Default template. This will allow you to add a “Full-width row”, which you can use for your header image. Then under that row, you’d have a 2-Column row, which contains your main content in one column, and your sidebar content in the other column.

    The benefit of doing it this way is that you’re not loading an image on every other page, only to hide it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide header image on all pages except’ is closed to new replies.