Archived topic
Footer Styling
3 replies · Started by Jeffrey on February 6, 2023
Viewing posts 1–4 of 4
Hello, I am having problems with footer styling. I have paragraph format with links but it creates an underlined and blue color site link, how can I just get these as white and not underlined?
Hi Jeffrey,
Try adding this CSS:
.site-footer a {
color: white;
text-decoration: none;
}
That fixed it thank you
No Problem, glad to help :)
This archived topic is closed to new replies.