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.

Remove underline when hover links

3 posters

Go down

Solved Remove underline when hover links

Post by ej8989 May 29th 2010, 11:52 am

how to remove the underline when hovering the mouse to links?
ej8989
ej8989
Forumember

Male Posts : 29
Reputation : 0

Back to top Go down

Solved Re: Remove underline when hover links

Post by ankillien May 29th 2010, 12:28 pm

Hello,

Please navigate to Admin CP >Display > Colors > CSS
Add this code there and submit...

Code:
a:hover {
text-decoration : none;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Remove underline when hover links

Post by aenku May 29th 2010, 12:34 pm

or this:

Code:

a:hover{
    text-decoration: none !important;
    }
avatar
aenku
Forumember

Posts : 61
Reputation : 0
Language : Tagalog

Back to top Go down

Solved Re: Remove underline when hover links

Post by ankillien May 29th 2010, 12:54 pm

Both the codes are exactly same Remove underline when hover links Redface
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Remove underline when hover links

Post by aenku May 29th 2010, 1:10 pm

the code that was previously in my forum was like the one you posted...but it didn't work, well ye basically in CSS it is the same
avatar
aenku
Forumember

Posts : 61
Reputation : 0
Language : Tagalog

Back to top Go down

Solved Re: Remove underline when hover links

Post by ej8989 May 29th 2010, 4:15 pm

thanks!!
ej8989
ej8989
Forumember

Male Posts : 29
Reputation : 0

Back to top Go down

Solved Re: Remove underline when hover links

Post by ankillien May 29th 2010, 5:12 pm

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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