How to hide the menu in a Turbo Dubai theme?

Hi,

I need to hide menu in my header. Got the feedback from Out of the sendbox to past the code

/* Remove menu in mobile /
header .top-bar a.mobile_nav {
display: none;
}
/
end */

in theme.css.liquid under the Assets folder but there is no such file. Any suggestions how to remove the hamburger menu from the header?

Cheers

1 Like

@Xydja

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.

@Xydja if you are talking about this theme then
here it is

In Shopify Admin go to online store > themes > actions > edit code > theme.css
if theme.css is not there then find styles.css
paste this code at the bottom since you didn’t share your store URL so you can also put the code from out of sandbox just in case mine not works that is according to the demo from their website.

#header .top-bar details {
    display: none;
}
#header .top-bar a.mobile_nav {
 display: none;
}

if you still needs assistance then please share your store link thanks.

Hi there, shop url is irrelevant for this issue. Just need someone who knows how to css this and has experience with customising themes.

Cheers,

@Xydja Yes you are right did you try the solution I provided above? We only ask for the shop URL so we can test and provide you with the working solution thanks.

1 Like

Perfect!! Well done!! Thank you so much!!

1 Like