Put collection title below in mobile menu

Topic summary

A user wanted to reposition the collection title in their mobile menu to appear below the back button instead of above it.

Solution provided:

  • Navigate to Admin → Online store → Theme → Edit code
  • Locate the header-drawer.liquid file
  • Replace code at lines 50-51 with a modified snippet that swaps the order of the back button and collection title elements

Outcome:
The solution successfully resolved the issue. The discussion is marked as resolved.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

I explain it terribly, but I want to put the collection title below in the mobile menu, I explain it in photographs.

What i have:

What i want:

https://jaccomcollection.com/

Thanks you!

@ArnauP , Try this one

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file header-drawer.liquid

Step 3: Replace the code snippet I attached below at lines 50 and 51.

By this one

BACK
                            
                            ## {{ link.title | escape }}
1 Like

Perfect, Thanks You BBSCommerce again.

1 Like

Glad to help you :blush:

1 Like