Site logo

Archived topic

how to deactivate underline in the footer

3 replies · Started by steven on January 6, 2022

Viewing posts 1–4 of 4

Hello, i have somelinks in the footer of my site, i would like to desactivate underline for only this link.

How i can do that ?

Thanks,

Hi there,

try adding this CSS:

.site-footer a {
    text-decoration: none;
}

Thanks you King !

Glad to be of help!

This archived topic is closed to new replies.