How to change footer color to custom color? Launch Theme

Solved
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 prasanna.mahamulkar@gmail.com 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 156

@Acid2Rain 

It need some code customisation

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

 

Regards 

Twinkle

 

If helpful, please Like and Accept Solution.


Hire me or mail me  | Shopify Design Changes | Custom Modifications In to Shopify Theme | Site Speed Optimization
Use GemPages Page Builder to build, design, and optimize your store. View app

Acid2Rain
Pathfinder
140 0 45

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

@Savior 

Savior
Shopify Partner
537 108 156

@Acid2Rain 

 

Which theme are you using?

If helpful, please Like and Accept Solution.


Hire me or mail me  | Shopify Design Changes | Custom Modifications In to Shopify Theme | Site Speed Optimization
Use GemPages Page Builder to build, design, and optimize your store. View app

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 prasanna.mahamulkar@gmail.com 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