Add
footer#footer a {
color: #F78C40;
}
in style.css file of your child theme or custom css field and change the color if you need to
Hi,
Try to use those css selectors :
footer#footer .colophon a {
color:red
}
Hope this will help, cheers
Hi Nikeo,
Thanks for your time. However this is changing the color of footer (copyright area) links but not links in the footer ‘widgets’. There are a link each in the left and middle widgets. Can you suggest css to change them?
Cheers,
Prasanna
You should easily find the needed classes by using the web dev tools (press f12 in your browser)
Hope this will help cheers!
Thank you Tomaja and Nikeo.