ME4295
July 25, 2024, 7:52am
1
Good day,
I’d lie to hide a menu item in my navigation bar or create a separate main menu as the products that we sell are seasonal. ( ie Winter & Summer ) and if I create a separate menu - how do I swap between them?
I am currently using the Dawn theme.
2 Likes
Moeed
July 25, 2024, 7:54am
2
Hey @ME4295
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
ME4295
July 25, 2024, 8:06am
3
Hey Moeed,
https://wholesale.hadeco.co.za/
I’d like to hide the “winter bulbs” menu item on my navigation bar.
Hello @ME4295
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > base.css and paste this at the bottom of the file:
details#Details-HeaderMenu-9 {
display: none;
}
Moeed
July 25, 2024, 8:11am
5
Hey @ME4295
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Here is the solution for you @ME4295
Please follow these steps:
Then find the base.css or theme.css file.
Then add the following code at the end of the file and press ‘Save’ to save it.
#HeaderMenu-winter-bulbs, #HeaderDrawer-winter-bulbs {
display: none !important;
}
Here is the result you will achieve:
Please press ‘Like ’ and mark it as ‘Solution ’ if you find it helpful. Thank you.
1 Like
Hi ME4295,
If you’d like to do this without changing your theme, check out the app MenuQoL . Seems to fit your use case.
Hi!
Where in edit code is base.css found exactly? … there are so many pages …