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.

Hello @ME4295

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
details#Details-HeaderMenu-9 {
    display: none;
}