• Resolved ankitseth

    (@ankitseth)


    Hi,

    I want to keep transparent header on the home page and normal header on internal pages (with a solid color). Is there a way to do that?

    Any help would be really appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    Just turn off the transparent header in theme options > site header then add this to your custom css box in theme options > custom css:

    .home .headerclass {
      background: transparent;
    }

    Hope that works for you!

    Hannah

    Thread Starter ankitseth

    (@ankitseth)

    Hi Hannah,
    That worked! thanks a lot ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Query regarding header’ is closed to new replies.