Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #462222

    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

    • This topic was modified 9 years, 5 months ago by anweb.
    #462609

    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

    #463282

    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

    • This reply was modified 9 years, 4 months ago by anweb. Reason: Haven't got an answer on this question
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu higher up’ is closed to new replies.