Why is the dropdown menu only working on mobile devices?

The dropdown menu seems like working only when you check the website from mobile devices however when searching from the computer it do not show any tabs. Please advise!

1 Like

@colorup

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi!

Thank you for your response!

here is the link to a website - https://color-up-beauty.myshopify.com
https://www.color-up.com

1 Like

@colorup

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
button.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable.hidden-desk {
    display: inline-block !important;
}