Shopify Dropdown Arrows: Adding Visual Cues to Your Horizon (Whisper) Theme Menu
Hey everyone,
You know how it is when you're building out your Shopify store – you've got a vision for how things should look and feel, especially when it comes to navigation. A smooth, intuitive menu can make all the difference for your customers. Recently, we saw a great discussion pop up in the Shopify Community that really highlights this, and it led to a super helpful solution for a common menu challenge.
Our friend Geronim0 kicked things off, asking about missing drop-down arrows in what they thought was their "Whisper" theme. The submenus were there, appearing on hover, but without those little visual cues – the arrows – it wasn't quite as clear to visitors that more options were available.
Unmasking the Theme: Whisper is Horizon!
Right off the bat, a couple of sharp community members, Nathan from NKCreativeSoulutions and tim_tairli, jumped in with a crucial clarification. It turns out Geronim0's "Whisper" theme was actually a rebranded version of the "Horizon" theme. This is a common occurrence on Shopify; many themes share a core codebase but get slightly different names or presets. Nathan even shared a screenshot showing the theme's true identity, which was super helpful. This distinction is important because the Horizon family of themes, by default, often uses what's called a "mega-menu" or a hover-based menu system. This means submenus typically appear when you hover over a parent item, and they don't always come with those traditional drop-down arrows built-in. In contrast, themes from the "Dawn" family (another popular free theme base) often offer options for more traditional drop-downs, complete with arrows. Geronim0's goal was clear: they wanted to see an arrow next to any main menu item that had submenus, like their "Boxing Gloves" category. They weren't looking to change the hover behavior to a click-to-open system, just to add that visual indicator. And that's where the community really shone!The Simple Fix: Adding Drop-Down Arrows with Custom CSS
Tim_tairli, a seasoned expert in the community, quickly provided an elegant solution using a small snippet of custom CSS. This is fantastic because it allows you to achieve that desired visual effect without needing to overhaul your entire theme or switch to a different one if you're otherwise happy with Horizon. The beauty of this approach is that it targets specific elements in your menu structure and adds a simple chevron character (\203A) that rotates to indicate the menu's state. When the submenu is expanded (on hover, in this case), the arrow rotates to point downwards, and when it's collapsed, it points to the side. It's a subtle but effective way to improve user experience.
Step-by-Step: How to Add Drop-Down Arrows to Your Horizon (Whisper) Theme
Ready to give your menu those helpful arrows? Here's how you can implement Tim's solution:- First, log in to your Shopify admin panel.
- Navigate to Online Store > Themes.
- Find your current theme (which we now know is likely a Horizon variant, even if it's called Whisper) and click Customize.
- Once in the theme editor, look for the Footer area. You might need to scroll down or look in the sections list.
- Add a new section by clicking Add section and choose Custom liquid.
- Paste the following CSS code exactly into the "Custom liquid" section:
- Don't forget to Save your changes!
And the result:
Geronim0 confirmed that this custom code worked perfectly for their store, which is always great to hear!



