Hiding a menu item in navigation bar - Dawn Theme

Topic summary

A merchant using the Dawn theme wants to hide the \

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.
  • 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