How to change footer color to custom color? Launch Theme

Solved

How to change footer color to custom color? Launch Theme

Acid2Rain
Pathfinder
140 0 45

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

 

Website: www.ecogarby.com

 

Password: ccc

 

Accepted Solution (1)

prasanna1991
Shopify Partner
25 9 11

This is an accepted solution.

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

- Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help.
- If helpful then please Like and Accept Solution.
Shopify Frontend Web Developer | Whatsapp Me

View solution in original post

Replies 5 (5)

Savior
Shopify Partner
537 108 161

@Acid2Rain 

It need some code customisation

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

 

Regards 

Twinkle

 

banned
Acid2Rain
Pathfinder
140 0 45

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

@Savior 

Savior
Shopify Partner
537 108 161

@Acid2Rain 

 

Which theme are you using?

banned

prasanna1991
Shopify Partner
25 9 11

This is an accepted solution.

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

- Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help.
- If helpful then please Like and Accept Solution.
Shopify Frontend Web Developer | Whatsapp Me
Acid2Rain
Pathfinder
140 0 45

Works!!! Thank you so much @prasanna1991