I want 2 headers on my Shopify but I’ve a trade theme does it support 2 headers like this Shopify?
Topic summary
A user inquires about adding two headers to their Shopify store using the Trade theme.
Response provided:
The Trade theme does not natively support dual headers, but two workarounds exist:
1. Theme Customization Check
- Navigate to Online Store > Themes > Customize
- Look for options to add a secondary header or announcement bar
- Some themes include built-in sections for additional top elements
2. Custom Code Implementation
- Modify the header.liquid file directly
- Duplicate existing header code and position it above/below the main header
- Apply custom CSS for proper styling
The discussion remains open with no confirmation on which approach the user will pursue.
Hi @Salmankheli ,
The Trade theme in Shopify does not natively support two headers like some custom themes do. However, you can achieve this in two ways:
1. Using Theme Customization (If Supported)
Check the theme settings in Online Store > Themes > Customize to see if it allows adding a secondary header or an announcement bar. Some themes let you add extra sections at the top.
2. Custom Code Solution
If the theme doesn’t support it natively, you can manually add a second header by modifying the header.liquid file in your theme’s code:
- Duplicate the existing header code and place it above or below the main header.
- Apply custom CSS to style it properly.