Removing link underline Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Removing link underline

    avatar
    Hydroxux
    Forumember


    Posts : 74
    Reputation : 5
    Language : i dont know

    Solved Removing link underline

    Post by Hydroxux June 26th 2012, 7:58 pm

    Is there a way to remove the link underlines?


    Last edited by Hydroxux on June 26th 2012, 8:07 pm; edited 1 time in total
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Removing link underline

    Post by Sir Chivas™ June 26th 2012, 8:01 pm

    Hi, Hello

    Try this code in the CSS:
    Code:
    a:hover{
        text-decoration: none !important;
        }
        a{
        text-decoration: none !important;
        }
    avatar
    Hydroxux
    Forumember


    Posts : 74
    Reputation : 5
    Language : i dont know

    Solved Re: Removing link underline

    Post by Hydroxux June 26th 2012, 8:06 pm

    Thank you.It worked Very Happy
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Removing link underline

    Post by Sir Chivas™ June 26th 2012, 8:23 pm

    No problem. Wink
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Removing link underline

    Post by kirk June 26th 2012, 8:45 pm

    Hydroxux wrote:Thank you.It worked Very Happy

    Topic Solved & Locked