Different header type on different pages
I would like to have a different header type on my home page than on the rest of my pages. On my home page, I want to have the header below my slider, but on the other pages, I want to have the header above the slider.
Is there a way to achieve this? Whether in the theme options or by using custom CSS...?
Thank you,
Comments
You have to create a custom Layout.
WP Dashboard > Layouts (http://prntscr.com/mgvzy2)
Then, apply it in the Page Options (while editing the page where you want to have another header) and change the "Layout" to your custom layout.
http://prntscr.com/mgw14a
Thanks