• shlinklincoln

    (@shlinklincoln)


    Hello.

    I can’t figure out how to remove the underline from my hyperlinks. I can’t figure out if it’s in the main CSS or the Sidebar. I’m pretty sure I just need to add a “text-decoration:none” but don’t know where to put it.

    https://www.shlinklincolnsports.com

    Thanks.

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

    (@flakkito)

    a {
    border-bottom:1px dashed #330099;
    color:#330099;
    text-decoration:none;}

    located in style.css. just remove the border

    Thread Starter shlinklincoln

    (@shlinklincoln)

    Awesome! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text decoration help’ is closed to new replies.