• Angrodgeny

    (@angrodgeny)


    In the CSS of 2015 theme it says text-decoration:none but all links appear underlined. Need to remove this. what to do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • imjussayin

    (@imjussayin)

    I have exactly the same problem and would appreciate help
    . I have tried changing the code as set out below but ended up with a double underline.
    helo.
    —– code tried ——- ignore the hex no.
    a:link {
    color: #fffff;
    text-decoration:none;
}
    a:visited {
    color: #fffff;
    text-decoration: none;
}
    a:hover {
    color: #DD0000;
    text-decoration: none;
}

    Coffeetology

    (@coffeetology)

    Hi guys, I had the same problem.

    There is a line in the CSS

    border-bottom: 1px solid #333;

    Delete this part. The lines are not underlines, but borders.

    imjussayin

    (@imjussayin)

    Thank you Coffeetology, it worked.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘2015 theme – remove underline from links?’ is closed to new replies.