Archived topic
How to remove underline from footer menu
3 replies · Started by Rami on April 16, 2022
Viewing posts 1–4 of 4
Hi Rami,
Try this CSS:
.site-footer a {
text-decoration: none;
}
Hi,
It is working
Thanks
No problem :)
This archived topic is closed to new replies.