Tagged: menu
Hi,
I found the solution to use text instead of a logo in another thread. Now when I’m scrolling down, the text disappears. How can I keep it in the header? Example: http://dev.strila.nl/ericclaus/biografie/
Also: how do I make sure the background of the menu is always black? Now it’s a transparant background, although my settings are ‘No transparency’. I tried playing with settings but they didn’t have the effect I like.
Hey strila,
use this code inside of Quick CSS field:
.logo.bg-logo {
height: 70px;
}
and adjust if needed.
Best regards,
Andy
Awesome, thanks Andy.