Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remove menu item for desktop only not for mobile

Solved

Remove menu item for desktop only not for mobile

Digital_Imran
Shopify Partner
248 2 38

Hello everyone, I'd like to remove the "Help" menu item from the desktop version of my website, but keep it in the mobile menu. I've included my website URL below. Can anyone guide me on how to do this? Thanks in advance!

Here is my store URL: ife2td-qb.myshopify.com

Store password: 1234

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.
Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9079 2169 2678

This is an accepted solution.

Hi @Digital_Imran 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
a[aria-controls="NavigationTier2-3"] {
 display: none !important;
}
}

 

  • And Save.
  • result:
    Made4uoRibe_0-1730841921496.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9079 2169 2678

This is an accepted solution.

Hi @Digital_Imran 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
a[aria-controls="NavigationTier2-3"] {
 display: none !important;
}
}

 

  • And Save.
  • result:
    Made4uoRibe_0-1730841921496.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Digital_Imran
Shopify Partner
248 2 38

Thank you so much @Made4uo-Ribe it works 😄

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.