• Resolved fdestiny

    (@fdestiny)


    Hi: I am thinking about using this theme. But currently, top menu is there only when mouse is moved over. I need top menu always visible . Is this possible?

    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Ion Rutz

    (@ionrutz_machothemes)

    Hello @fdestiny,

    Try using this CSS code to make the menu always visible:

    .main-navigation {
        opacity: 1 !important;
        visibility: visible !important;
    }

    This should do the trick, let me know otherwise.

    Regards

    Thread Starter fdestiny

    (@fdestiny)

    Hello, yes, it works. But, there is menu icon there what looks confusing . Is there a way to remove it?

    Ion Rutz

    (@ionrutz_machothemes)

    Hello,

    Use this CSS to remove the navigation burger:

    #nav-expander{
    display: none;
    }

    I’m glad that everything is alright.

    Regards

    Hi, please can you tell me where I have to put that css code?
    thanks

    Hello

    Is it possible to have different codes in normal and mobile version?
    Because with this css-code the navigation looks very strange with the iphone.

    Thank you and kind regards
    Nicole

    Hello

    Do you have a solution?

    It would be great.

    Kind regards
    Nicole

    CSS solution is a mess in mobile version.

    Hello there,

    After making top menu always visible, my mobile website version has it also always visible which is not what I want. How can I do the top menu visible on the desktop version and hidden on the mobile version?

    Also, in my mobile version I have 2 navigation burger, can you please help me to get rid of 1 of them?

    http://www.theresheisagain.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Top menu always on’ is closed to new replies.