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.

Lines Under Names

2 posters

Go down

Lines Under Names Empty Lines Under Names

Post by Kirbs 21/9/2012, 04:29

Hi,

there is lines under every name in the forum how can i remove it?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Lines Under Names Empty Re: Lines Under Names

Post by Sanket 21/9/2012, 05:47

• Please provide your forum URL for appearance problems
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Lines Under Names Empty Re: Lines Under Names

Post by Kirbs 21/9/2012, 07:02

Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Lines Under Names Empty Re: Lines Under Names

Post by Sanket 21/9/2012, 07:17

Add this to your css & see if thats what you want.
Code:
a:hover {
    -moz-text-decoration-line: none;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Lines Under Names Empty Re: Lines Under Names

Post by Kirbs 21/9/2012, 07:27

the lines is still showing
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Lines Under Names Empty Re: Lines Under Names

Post by Sanket 21/9/2012, 07:34

Try it with the important.
Code:
a:hover {
    -moz-text-decoration-line: none !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Lines Under Names Empty Re: Lines Under Names

Post by Kirbs 21/9/2012, 07:57

still not going....
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Lines Under Names Empty Re: Lines Under Names

Post by Sanket 21/9/2012, 08:03

This one should remove the underline normally.
Code:
a {
    text-decoration: none !important;
}
This will remove the underline when hovered over.
Code:
a.hover {
    text-decoration: none !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum