How can I modify the footer and menu in the Dawn theme?

Hi all,

I’ve been struggling the past few days with the dawn theme with the footer and menu/header part.

For the footer, this is the current design:

This is how I would like it to be:

So adding an extra text underneath the title of the subscription box and switching the subscription box and social media icons from position.

And then lastly, the mega menu:

I would like (if possible) to change the colour of the header to the colour of the mega menu when it is dropped down/activated.

Any help would be much appreciated!

@umestudio Did you try to go to Online Store > Themes > Customize > Home Page and look for the “Email Signup” block? Here you would just add a subheading block.

@umestudio if you are talking about the newsletter signup within the actual footer, which I assume you are. You will need to edit footer.liquid and look around line 80 for

like below:

Then just add some html just below the H2 tag. Something like:

1 Like

Thank you this seemed to do the trick for one of my problems!