• Resolved jword79

    (@jword79)


    Hi,

    Basically, I would like to make the navigation menu permanently visible, rather than having to hover over the 3 little bars in the top right to see the menu.

    I know this has something to do with the ‘hover’ in CSS but can’t work out how to change it properly.

    Any suggestions?

    Thanks

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

    (@ionrutz_machothemes)

    Hello,

    Try using this CSS code:

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

    It should work like a charm.

    Regards

    it works like a charm but screws up mobile version. I could be really nice if menu was permanent only in desktop version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make navigation menu permanent’ is closed to new replies.