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.

Link colors don't change

3 posters

Go down

Solved Link colors don't change

Post by darktrickst3r Tue 19 Oct 2010 - 23:13

Hi guys, how do i get the color of my links to change?
I've attempted changing the skin and editing the link color from display-->colors -->link color
but it never changes only remains orange..
avatar
darktrickst3r
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link colors don't change

Post by Sanket Wed 20 Oct 2010 - 6:16

Your forum url?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Link colors don't change

Post by ankillien Wed 20 Oct 2010 - 6:20

Hello,

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

Code:
a:link , a:visited {
color: red;
}
a:hover {
color: blue;
}


You can change the main color and hover color to whatever you want. Make sure you add them to the end of all other codes (if there are any codes).
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Link colors don't change

Post by darktrickst3r Wed 20 Oct 2010 - 7:49

Thanks guys, i have found a solution; by deleting everything from the css style sheet thank you for you replies salut
avatar
darktrickst3r
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link colors don't change

Post by Sanket Wed 20 Oct 2010 - 7:56

Since this thread is marked solved, I will lock this thread.
Link colors don't change 2j4t5a8

Sanket Smile


Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top


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