How to make the menu title clickable on mobile?

Solved
rottenwood
Tourist
13 0 1

Hi friends, 

I'm currently having a issue with the menu on mobile. (images shown below)

I need my secondary menu to be clickable to access all products(wigs).

Currently, there's no way for users to see all products on mobile. 

 

 

 Main MenuMain Menu     Secondary MenuSecondary Menu

Accepted Solution (1)
MarinaPetrovic
Shopify Partner
544 124 177

This is an accepted solution.

Hi @rottenwood 
find your header file. Go to Edit Code > Sections > Header.liquid. 
Find this element:

 

 

 

<span class="mobile-nav-title">THIS IS SOMETHING</span>

 

 

 

Find this element by class "mobile-nav-title". And change it with:

 

 

 

<a href="/collections/all" class="mobile-nav-title">Wigs</a>

 

 

 

M.Petrovic | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 7 (7)
MarinaPetrovic
Shopify Partner
544 124 177

@rottenwood  please share url. 🙂 

M.Petrovic | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
MarinaPetrovic
Shopify Partner
544 124 177

This is an accepted solution.

Hi @rottenwood 
find your header file. Go to Edit Code > Sections > Header.liquid. 
Find this element:

 

 

 

<span class="mobile-nav-title">THIS IS SOMETHING</span>

 

 

 

Find this element by class "mobile-nav-title". And change it with:

 

 

 

<a href="/collections/all" class="mobile-nav-title">Wigs</a>

 

 

 

M.Petrovic | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
rottenwood
Tourist
13 0 1

Thank you. I'll try that shortly. I do have another question also posted in the community. Could you please check it for me?

https://community.shopify.com/c/shopify-design/shopify-symmetry-theme-expandable-rich-text/m-p/16195...

rottenwood
Tourist
13 0 1

It works perfectly. Thank you so much!

MarinaPetrovic
Shopify Partner
544 124 177

@rottenwood Awesome, glad I could help. I'll take a look at the second problem later 🙂

M.Petrovic | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Jesswes
Visitor
1 0 0

Would i add this line for each item in my navigation?