how to remove underline under username and title of thread 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.
+2
Vlajki
yukihiro
6 posters

    how to remove underline under username and title of thread

    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved how to remove underline under username and title of thread

    Post by yukihiro July 5th 2011, 8:38 pm

    what must i do?? to remove underline
    please attention red rectangle
    how to remove underline under username and title of thread 2011-025

    when i try using this trick
    https://help.forumotion.com/t84837-tuesday-tip-remove-the-underline-under-the-usernames
    there are no effects


    Last edited by yukihiro on July 6th 2011, 4:23 pm; edited 1 time in total
    Vlajki
    Vlajki
    Forumember


    Male Posts : 724
    Reputation : 359
    Language : Serbian & English
    Location : Serbia

    Solved Re: how to remove underline under username and title of thread

    Post by Vlajki July 5th 2011, 9:24 pm

    What's the forum link?
    chipie23
    chipie23
    New Member


    Female Posts : 1
    Reputation : 10
    Language : French

    Solved Re: how to remove underline under username and title of thread

    Post by chipie23 July 5th 2011, 11:11 pm

    Hi, add this code in your css
    Code:

      a:hover{text-decoration: none !important;}
        a {text-decoration: none !important;}
        a:link {text-decoration: none;}
        a:visited {text-decoration: none;}
    to remove this line
    mgt98
    mgt98
    Forumember


    Male Posts : 344
    Reputation : 45
    Language : English

    Solved Re: how to remove underline under username and title of thread

    Post by mgt98 July 6th 2011, 1:49 am

    Just add this. So much easier.

    Code:
    a { text-decoration: none; }
    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved Re: how to remove underline under username and title of thread

    Post by yukihiro July 6th 2011, 2:42 pm

    chipie23 wrote:Hi, add this code in your css
    Code:

      a:hover{text-decoration: none !important;}
        a {text-decoration: none !important;}
        a:link {text-decoration: none;}
        a:visited {text-decoration: none;}
    to remove this line

    what line??
    avatar
    SC__Programmer
    Forumember


    Male Posts : 58
    Reputation : 40
    Language : English

    Solved Re: how to remove underline under username and title of thread

    Post by SC__Programmer July 6th 2011, 2:46 pm

    to remove the line under the links,i would suggest using the code mgt98 said,
    Code:
    a { text-decoration: none; }
    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved Re: how to remove underline under username and title of thread

    Post by yukihiro July 6th 2011, 4:21 pm

    chipie23 wrote:Hi, add this code in your css
    Code:

      a:hover{text-decoration: none !important;}
        a {text-decoration: none !important;}
        a:link {text-decoration: none;}
        a:visited {text-decoration: none;}
    to remove this line

    thanks chipie
    it works to me Smile

    thread solved
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: how to remove underline under username and title of thread

    Post by Nera. July 6th 2011, 4:26 pm

    Solved ~ Locked