Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #518151

    Hi.

    i cant seem to get rid of the underline from links,they are there even before a hover over

    I have tried the following..
    a:hover {
    text-decoration: none;
    }
    AND
    a:hover{
    text-decoration: none !important;
    }

    its only a one page site with no plugins

    #518156

    Hi midischool!

    Please use following one

    #top .av_inherit_color a {
        text-decoration: none !important;
    }

    Best regards,
    Yigit

    #518173

    Thats done it many thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove link under line’ is closed to new replies.