Hello! I was hoping I could get some help with the way I want my header to look.
Currently I have a transparent header with my logo sitting at top center and the menu links below it.
I’d LOVE to be able to keep the transparency of the header but have the menu links on each side of the logo. Like this:
Any help would be VERY appreciated. Thank you!
Hi @AItorSimon
Would you mind to share your store URL website, with password if its protectd? Thanks!
Hi @AItorSimon
To have menu links on each side of the logo in Shopify, you will need to edit your theme’s code.
- Go to Online Store > Themes > Actions > Edit code.
- Open the theme.liquid file.
- Find the following code:
- Replace the {{ menu ‘main’ }} code with the following code:
# {{ site.title }}
- Create two new menus, one for the left side and one for the right side. To do this, go to Online Store > Navigation.
- Click the Add menu button.
- Enter a name for the menu and click the Create menu button.
- Add the pages you want to appear in the menu and click the Save menu button.
- Repeat steps 6-8 to create a menu for the right side.
- Go back to the theme.liquid file and replace the menu ‘main-left’ and menu ‘main-right’ code with the names of the menus you created.
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
Unfortunately it didnt work. I dont even have that specific code youre asking me to find on my theme.liquid 
Thank you