Remove Hamburger Icon from Mobile view in Pipeline Theme

Hi,

I want my site to function simply as a landing page and would like to remove the Hamburger Icon from the mobile view. Is there a way to do this?

Thank you for your help!

@cfm_600200380 Hello can you share the store URL?

https://shoptheozone.com/

@cfm_600200380 go to assets > theme.css and put this css bottom of file

button.header__mobile__button {
display: none !important;
}

Hi Kazi,

Thank you so much for your help, seriously. When I go to assets, there is no base.css option. Would it be under something else?

Sorry its theme.css file

OMG Kazi, THANK YOU! Instead of base.css I put it under themes.css and your code worked. OMG I LOVE YOU. Thank you!!

Hi Kazi,

Would you perhaps also know how to remove the cart icon from desktop and mobile?

Yes it was type glad that it worked if need any more help feel free to contact :slightly_smiling_face:

a.navlink.navlink–cart {
display: none;
}

.header__mobile__right {
display: none;
}

Im obsessed with you. THANK YOU!!! It worked.

You welcome if need any more help feel to ask :slightly_smiling_face: