How do i remove the 3 line menu button on the top left corner in mobile? (desktop as well)
Hi @kiontezerai
Remove it or change it? What are you trying to achieve? if you remove it, how will people click on the menu?
I guess if you want to remove it, use the below code, go to edit code, go to asset folder, click the base.css code
Paste the below code at the bottom:
.menu-drawer-container {
display: none !important;
}