• Resolved mahas

    (@mahas)


    I am building a website for a friend based on OnePress. I chose not to enable the primary menu (still on ‘select’). On small screens/mobiles the three line menu still appears and besides it changing into a cross, of course nothing else happens. I would love to remove that three line drop down menu from the header as it takes up space/a line on small screens/mobiles. Is there any CSS code that can be used for it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mahas,

    By my understanding you want to remove mobile menu (Access when click on three line).Try below css that will hide three lines.


    #nav-toggle {
    display: none;
    }

    Hope this will helps you.

    Thread Starter mahas

    (@mahas)

    Yes, that worked. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove “Three Line” Menu’ is closed to new replies.