Remove Hamburger Icon from Mobile view in Pipeline Theme

Solved

Remove Hamburger Icon from Mobile view in Pipeline Theme

cfm_600200380
New Member
6 0 0

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!

 

Accepted Solution (1)
kazi
Shopify Partner
594 88 110

This is an accepted solution.

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

.header__mobile__right {
display: none;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

View solution in original post

Replies 11 (11)

kazi
Shopify Partner
594 88 110

@cfm_600200380  Hello can you share the store URL?

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

cfm_600200380
New Member
6 0 0
kazi
Shopify Partner
594 88 110

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

 

button.header__mobile__button {
display: none !important;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

cfm_600200380
New Member
6 0 0

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?

kazi
Shopify Partner
594 88 110

Sorry its theme.css file

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

cfm_600200380
New Member
6 0 0

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

kazi
Shopify Partner
594 88 110

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

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

cfm_600200380
New Member
6 0 0

Hi Kazi,

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

kazi
Shopify Partner
594 88 110

This is an accepted solution.

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

.header__mobile__right {
display: none;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

cfm_600200380
New Member
6 0 0

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

kazi
Shopify Partner
594 88 110

You welcome if need any more help feel to ask 🙂

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd