hey,
in the theme options i set a logo for the header is transparent. i want to hide this logo only on the startpage. when you scroll, the header would be visible and then the normal logo should be visible.
you know what i mean?
i set a codeblock with this:
<style>
#header_main .logo .alternate {
display: none;
}
</style>
but the navigation is not transparent anymore
Hi,
Can you post a link to your site? so we can take a closer look.
Best regards,
Nikko
yes :)
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-19 .container_wrap_first.container_wrap {
display: none;
}
Let us know if this helps :)
Best regards,
Nikko
thank you, i tried it, but it don’t work.
but i have changed it, and now it works:
.page-id-19 img.alternate {
display: none;
}
Hi,
We are glad that your problem was solved!
Best regards,
John Torvik