• Resolved consultantpreneur

    (@consultantpreneur)


    Hi, excellent theme, really beautiful.

    There is one issue I′m not able to solve. I think the sticky header feature is not working.

    I don′t want the home header image in other pages or posts, just in the home. If I disable the feature, I can still see the header image in all the pages and posts.

    How could I solve this?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Poseidon.

    I’m not sure what you are trying to achive. The sticky header and the custom header image are two distinctive features, which have nothing to do with each other.

    You can hide the header image except on the home page with a short CSS snippet if you want:

    .header-image {
    	display: none;
    }
    .home .header-image {
    	display: block;
    }

    Best,
    Thomas

    Thread Starter consultantpreneur

    (@consultantpreneur)

    Thanks, I just want the header image in the home but not in the rest of pages or posts.

    I guess this CSS snippet corrects the sticky header feature.

    Does this CSS snippet need to be located in a particular place?

    Thanks in advance.

    Theme Author ThemeZee

    (@themezee)

    You can use any Custom CSS plugin to add own CSS code to your website.

    I personally reocmmend Simple Custom CSS: https://www.ads-software.com/plugins/simple-custom-css/

    Cheers,
    Thomas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sticky Header Feature’ is closed to new replies.