How to change footer color to custom color? Launch Theme

Was wondering how I can change the footer color from white to a custom color of my choosing?

Website: www.ecogarby.com

Password: ccc

@Acid2Rain

It need some code customisation

If you need that you can change the color every time using theme customisation.

Regards

Twinkle

Yeah, I was looking for someone to give me the code

@Savior

Hi @Acid2Rain ,

Hope you are well.

Follow the below steps:

  • Go to Online Store->Theme->Edit code
  • Asset->/theme.css
  • Add the below code at the end & replace blue with any color you want or hex code of the color.
  • Click Save
.footer-wrapper {
    background-color:blue;
}

Hope that helps.

Thanks

1 Like

@Acid2Rain

Which theme are you using?

Works!!! Thank you so much @prasanna1991