Remove 3 menu bars on mobile site

On my mobile site for smart phones there are 3 bars signifying a menu it isn’t one and it disrupts the text menu. How do I remove it?

Hi @phyllisphoto,

I hope you are well today and thank you for your question.

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

button.btn.navbar-toggle {
    display: none;
}

Best regards,
Vinod Dalvi