Tagged: Header Size
Hi Kriesi Folks! :-)
Forgive me if this is a repeat, but I didn’t see this topic in the first couple of pages.
Is it possible to have a transparent, Large, header (height) for the home page, a transparent, Slim header for all other pages/posts/etc. and still have them both behave the same (bg color, menu text color, etc.) when everything is scrolled?
Thanks!
Scott
Hey scotthco,
Yes, just set it to slim header then go to Enfold > General Styling, then on Quick CSS add this css code:
.home .av_minimal_header #header_main .container,
.home .av_minimal_header .main_menu ul:first-child > li a {
height: 118px;
line-height: 118px;
}
Let us know if this helps :)
Best regards,
Nikko