Hi,
I would like the main menu to be higher up on the page and have tried different styling but can’t find the right, I want to use the large menu so the logo gets bigger, so what can I do?
I also want to change the color on scroll not only active?
Thanks,
anweb
Hi anweb!
use this code in Quick CSS field:
nav.main_menu {
top: -30px;
}
About which large menu are you talking about? If you need a larger logo control it with this code:
.logo, .logo a, .logo a img {
width: 150px;
height: 116px;
}
and adjust as needed.
Cheers!
Andy
DIDN’T GOT AN ANSWER ON THIS
Thanks, great but on scrool the menu items disappear?
And then for the other question
I also want to change the color on scroll not only active?
thanks
anweb