How can I customize the Dawn Theme footer with badges and Ecologi tree snippet?

Hi all,

I am looking for some help please? I wish to customise my footer and add some badges, but also the overall look of it too.

I am an ambassador with Ecologi so wish to integrate the tree snippet which also customers to see the impact we make as a brand. I have the code but unsure where to add it.

@media screen and (max-width: 749px){
.footer-block.grid__item {
width: 50% !important;
}
.footer-block.grid__item.footer-block–menu {
display: inline-block !important;
}
.footer-block.grid__item.footer-block–menu:last-child {
position: relative !important;
top: -90px !important;
}

}

Thank you

Hi,

You can add the above code at the bottom of the file assets/base.css

I tried this in base.css but it didn’t appear anywhere.

I feel my footer is too busy and looking for ways to tidy it up a bit too.

  • Is there any need to show the payment providers here?

  • Can I have the menu in list on the left hand side?

  • Centralise the sign up?

  • Brand logo in the centre top of footer?

  • Add trust badges into the footer on the right hand side?

Thanks