Hello,
I would like to set for one page, the transparent fixed header and the logo centered.
It’s possible?
thank you very much!
Hey topmedialab,
Edit the page that you want to have transparent header and go to Header visibility and transparency (in the sidebar) and set it to: Transparent Header.
Then add this css code in QUick CSS (located in Enfold > General Styling):
.page-id-3585 span.logo {
width: 100%;
}
.page-id-3585 span.logo img {
max-height: 72px !important;
margin: 0 auto !important;
}
.page-id-3585 span.logo img.alternate {
left: 50%;
margin-left: -127.4px !important;
}
Hope this helps :)
Best regards,
Nikko