• Resolved eewalker

    (@eewalker)


    I want the header image, and its area) to appear on the home page only. I can remove the image but not the area it uses. How can I do this, please?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author moralthemes

    (@moralthemes)

    Hello @eewalker,

    Sorry for late reply.

    Please go to Customizer – Additional CSS and copy and paste the following code:
    body:not(.home) #page-site-header {
    display: none;
    }
    Thank you.
    Moral Themes

    Thread Starter eewalker

    (@eewalker)

    Thanks MoralThemes. Resolved it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to remove the header image and area from all pages xcpt Home page’ is closed to new replies.