Tagged: transparent menu
Hello,
i want the smartphone menu to behave just like the transparent tablet menu. Transparent at the beginning, background-color if a user starts to scroll. I know it’s just copy and paste CSS, but i don’t know exactly which and particularly which not.
Right now i’m working with this, but the Logo and Burgericon are covering the content when scrolling:
@media only screen and (max-width: 767px) {
#header, #header * { background: transparent !important; }
#header { position: fixed !important;}}
Kind regards, Thorsten