Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #599902

    Hello Support,

    my configuration:
    Quick CSS:

    .main_menu ul:first-child > li > a { font-size: 30px; }
    .main_menu ul:first-child > li > a { font-family: menu-font-f; font-weight:lighter; }
    .av-main-nav > li > a > .avia-menu-text { position: relative; top: 75px; }

    – Use stretched or boxed layout?: Boxed Layout
    – Logo and Main Menu: Top Header
    – no header transparency

    my enfold theme settings:
    https://drive.google.com/open?id=0B8TTtO0FJi8xOWpwRkRCRjN6Tnc
    https://drive.google.com/open?id=0B8TTtO0FJi8xekJIbldEUUM4aWc
    https://drive.google.com/open?id=0B8TTtO0FJi8xY3NQVHMwTm5TcUk

    Is it posible to remove the main menu (see picture) when scolling down?

    https://drive.google.com/open?id=0B8TTtO0FJi8xcG9vdHVlQmxGZlE

    thank you

    #600522

    I have tried a lot , but so far it is not working .

    Does anyone have any ideas?

    #600537

    Hey!

    Please try adding following code to Quick CSS

    .header-scrolled .main_menu { display: none !important; }

    Best regards,
    Yigit

    #600553

    Thank you Yigit – but it do not work.

    Any other suggestions?

    #600612

    Hi!

    Please uncheck sticky header

    Regards,
    Vinay Kashyap

    #600616

    Hallo Vinnie,
    First of all, thanks for the reply .
    But I want sticky header. The only thing I want is: If you scrolled down that then the main menu disappears and the header (sticky header) stays in place. .
    Thank you!

    #600633

    Hey!

    Please share the link to the page where we can inspect the element in question.

    Regards,
    Vinay Kashyap

    #600714

    Thank you for the reply.
    I can not give a Link. Website not online.
    What you need to solve the problem ? (Apart from the link)

    #600955

    Hi!

    Please try the below CSS

    .header-scrolled .main_menu { position:fixed!important; }
    

    If the above code don’t work for you we need to be able to see the site and inspect the element in question to provide you accurate solution. We will keep this ticket open could you please get back to us when your site is up so we can further troubleshoot this issue and help you resolve it.

    Best regards,
    Vinay Kashyap

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.