Can the sidebar display only on the homepage in the Dawn theme?

Hello!

I was able tomove the main menu from the center of the header to the left sidebar position, but is it possible to display sidebar only in home page ? Because in other pages sidebar covers important content. Thank you in advance :slightly_smiling_face: BTW my theme is dawn.

That would be perfect

Hi @GabijaZ ,

Not sure if you managed to get this done but you can try this…

  • Go to Online Store-> Themes->Actions ->Edit code

  • Find theme.liquid

  • Makes changes below, ofcourse insert required css.

{% if template.name != "index" %} 
   
{% endif %}

Essentially, what this does is it changes your home page menu to a ‘sidebar’ like you need while changing the rest of store menu ‘centered’.

Let me know if this makes sense.

@Farouk-dev

Thank you for your help, but unfortunetly, I didn’t manage to make this work :confused: