Archived topic
Navigation widget customization
3 replies · Started by Manuela on February 12, 2021
Viewing posts 1–4 of 4
Hello,
Could you help me change the text's color from the navigation widget from the footer? Instead of grey, I'd like to make it darker.
Thank you,
Try this CSS :)
.inside-footer-widgets ul li a {
color: #000;
}
Thank you very much, Ying!
You are welcome :)
This archived topic is closed to new replies.