• Hi,

    Footer links still show underline even after choosing underline none for footer bottom row, also, how to remove text-underline on hover for sidebar posts? Can’t find that option anywhere, a:hover not working.

    Please help! Thanks and have a great day!

    yours sincerely,

    Nick

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hi Nick,
    Thanks for reaching out! You can use this css to remove the underline from the footer links:

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

    And this will remove your sidebar hover link underlines:

    .widget-area a:hover {
        text-decoration: none !important;
    }

    Hope that helps!

    Kindly,
    Hannah

    Thread Starter birdbrainsolutions

    (@birdbrainsolutions)

    Hi Hannah,

    Sorry I didn’t see this message until today.

    Thank you for the snippets, not sure how the sidebar snippet is working now, I swear I tried the same css code earlier and it wasn’t working lol ??

    Footer underline snippet also working with css, however there might be a bug in the theme

    >>Footer links still show underline even after choosing underline none for footer bottom row

    Thanks and have a great day!

    yours sincerely,

    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer link underline none not working’ is closed to new replies.