Site logo

Archived topic

Remove underline of links in footer

3 replies · Started by Shaun on February 2, 2022

Viewing posts 1–4 of 4

Hi
How do I remove the underline beneath links in the site's footer? The footer is a site-footer element.

Hi there,

try adding this CSS:

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

Thx David

You're welcome

This archived topic is closed to new replies.