Need help with hiding menus of header Menus on desktop but visible on mobile

Solved

Need help with hiding menus of header Menus on desktop but visible on mobile

Dan1213
Excursionist
25 0 8

My store URL : danlo.in

I want to make some menus on my header hidden on desktop but visible on mobile. I have some menus as - home, men, women, kids, contact, sell with us. i want to hide contact and sell with us menu on desktop but shall be visible on mobile. if anyone knows how to do that, please help.

 

 

 

Accepted Solution (1)
Moeed
Shopify Partner
7113 1909 2345

This is an accepted solution.

Hey @Dan1213 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
a#HeaderMenu-sell-with-us {
    display: none !important;
}
a#HeaderMenu-contact {
    display: none !important;
}
}
</style>

RESULT:

Moeed_0-1724681637329.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
7113 1909 2345

Hey @Dan1213 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan1213
Excursionist
25 0 8

danlo.in

Moeed
Shopify Partner
7113 1909 2345

This is an accepted solution.

Hey @Dan1213 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
a#HeaderMenu-sell-with-us {
    display: none !important;
}
a#HeaderMenu-contact {
    display: none !important;
}
}
</style>

RESULT:

Moeed_0-1724681637329.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan1213
Excursionist
25 0 8

Hey @Moeed 

How can I allow customers to upload a profile picture to replace the default login icon on the top right of my Shopify store. Ensure that their profile photo is visible only when they log in, otherwise it shall be a default icon.

topnewyork
Astronaut
1299 160 217

Hi @Dan1213 , I hope you are doing well. Kindly share your store URL.

Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

topnewyork
Astronaut
1299 160 217

@Dan1213 kindly use the below code

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

<style>
@media (min-width: 768px) {
  #HeaderMenu-sell-with-us,
  #HeaderMenu-contact {
    display: none;
  }
}
</style>

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

oscprofessional
Shopify Partner
16343 2438 3179

Hi @Dan1213 

 

Go to Shopify Admin -> Online Store ->Theme -> Edit code->base.css

Add this css code in the end of the base.css file.

@media (min-width: 989px) {
a#HeaderMenu-sell-with-us, a#HeaderMenu-contact {
    display: none;
}
}
Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...