Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Footer colour

Solved

Footer colour

victoriakon
Tourist
3 0 1

Hi!

I'm working with theme Expression^ i want to change colour of footer on black

I have tried one code but it doesn't work( mb someone knows correct code for this theme?

link on website

https://jewelonme.com/?key=c0e6fd487e109eef803f452a8fc6baee357eea165225c847019ec066749ca029

Accepted Solution (1)

Vikas_Chovatiya
Shopify Partner
455 94 134

This is an accepted solution.

Hi @victoriakon 

Thanks Welcome to the Shopify community!
1. Go to Online Store->Themes->Edit code
2. Asset->/styles.css->paste below code at the bottom of the file.

#shopify-section-footer, .page-footer {
    background: #000;
}
.footer-nav__link, .footer-subscribe__title, .copyright-text, .powered-by, .social-links__list svg{
	color:#fff;
}
.footer-row:after{
	background-color: #313131;
}
If helpful then please Like and Accept Solution.
-Want to modify or custom changes on store Hire me.
- Feel free to contact me on vikaschovatiya02@gmail.com regarding any help
If you are happy and want to donate small Click here (Its my paypal)

View solution in original post

Replies 4 (4)

Vikas_Chovatiya
Shopify Partner
455 94 134

This is an accepted solution.

Hi @victoriakon 

Thanks Welcome to the Shopify community!
1. Go to Online Store->Themes->Edit code
2. Asset->/styles.css->paste below code at the bottom of the file.

#shopify-section-footer, .page-footer {
    background: #000;
}
.footer-nav__link, .footer-subscribe__title, .copyright-text, .powered-by, .social-links__list svg{
	color:#fff;
}
.footer-row:after{
	background-color: #313131;
}
If helpful then please Like and Accept Solution.
-Want to modify or custom changes on store Hire me.
- Feel free to contact me on vikaschovatiya02@gmail.com regarding any help
If you are happy and want to donate small Click here (Its my paypal)
victoriakon
Tourist
3 0 1

Hi!

Unfortuanrtly  this code doesn't work(

nothing change 

victoriakon
Tourist
3 0 1

Yes! it works)

thank you so much)) u r the best)))

kotlid
Visitor
1 0 0

can you help me with the color of the secondary menu?

what code must i add to change it

 

Thank you very much