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.

Removing Link Underlining

2 posters

Go down

Removing Link Underlining Empty Removing Link Underlining

Post by Photondragon12345 August 14th 2012, 1:47 am

how did they remove the underline under links here:

http://quasar-academy.foromotion.net/

?????

and is there a code for how the links FADE in? or is it something in the admin panel?
Photondragon12345
Photondragon12345
Forumember

Male Posts : 226
Reputation : 1
Language : English
Location : USA

http://photon-duel-academy.forumotion.com/

Back to top Go down

Removing Link Underlining Empty Re: Removing Link Underlining

Post by runawayhorses August 14th 2012, 2:22 am

Hi,

Add this code to your css stylesheet to remove underlines of the links:

Code:
a:link {
  text-decoration:  none !important;
}
a:hover{
    text-decoration: none !important;
    }

I'm not sure what kind of effect you want for the links, but add this code to your css stylesheet to get a shadow effect when the links are hovered over:

Code:
a:hover {
        text-shadow: 5px 5px 5px #12A3EB;
    }
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Removing Link Underlining Empty Re: Removing Link Underlining

Post by Photondragon12345 August 14th 2012, 4:08 am

yea what i mean is like how do u make it fade from like white to blue... like an FADE ya know Very Happy not a glow

you know how the links on the site i posted fade from gray to white? like that
Photondragon12345
Photondragon12345
Forumember

Male Posts : 226
Reputation : 1
Language : English
Location : USA

http://photon-duel-academy.forumotion.com/

Back to top Go down

Removing Link Underlining Empty Re: Removing Link Underlining

Post by runawayhorses August 14th 2012, 4:13 am

I don't know about any fade code, but if you are talking about a simple hover color you can do that in AP>>display>>Colors>>

On that page change the "Hover link color".

If that's not it I don't know, maybe someone else does.

good luck
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Removing Link Underlining Empty Re: Removing Link Underlining

Post by Photondragon12345 August 15th 2012, 3:24 am

thanks alot though anyone else out there knows the code where it fades into a diff color?
Photondragon12345
Photondragon12345
Forumember

Male Posts : 226
Reputation : 1
Language : English
Location : USA

http://photon-duel-academy.forumotion.com/

Back to top Go down

Back to top


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