Change the color through .footer-navi class in your style.css file. Set the Hex color code to anything you like.
Thanks
Neeraj
Rob
(@promoting-all-things-good)
I tried changing the color of the footer the way you said.
But it’s being overidin by this
.footer-container {
background: url(../images/footer-bg.png);
How do I bypass this comand from my child theme?
http://ro-dev.patg4u.com/
Thank you.
Rob
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Use more specific selectors, e.g.
body .footer-navi { background: pink; }
Rob
(@promoting-all-things-good)