Thanks for the fast reply. But actually doesn't solve the problem I have.
My goal is to have the navigation bar hidden by scrolling down but appearing again by scrolling up. By scrolling up, the background is solid but i would like to have that just a tiny bit transparent something like: rgba(0, 0, 0, 0.7)
Hi There,
Thanks for contacting us.
Please head to the header settings of the backend editor and set the option below to dark:
Thanks.
Hey Judith.
Thanks for the fast reply.
But actually doesn't solve the problem I have.
My goal is to have the navigation bar hidden by scrolling down but appearing again by scrolling up. By scrolling up, the background is solid but i would like to have that just a tiny bit transparent something like: rgba(0, 0, 0, 0.7)
Thanks for helping me out :)
Hi There,
Please try this css:
#header-outer[data-box-shadow="small"], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent) {
background-color: rgb(255 255 255 / 0%) !important;
}
Thanks.
That's the one :))
Thank you so much!!