MyBB Community Forums

Full Version: Link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have a custom theme and originally all links were Orange

I wanted to change to blue so i opened up Global.css and changed
all colours to 0066FF
I also did this for the visited link. But when i click on a link and then go back. The link appears purple. How can i make this blue?
Also this is happening in the USERCP Aswell?

Many Thanks,

Hapatio
did you try refreshing your cache?

i.e. ctrl+F5
Yes.. Tried straight after and now done. Deleted all cookies aswell but nothing.

Any help?
Sure ./cache/ and ./cache/themes/ are CHMOD to 777??
Hii yes ive done that ill show you my code
a:visited {	color: 0066FF;	text-decoration: none;}

Any help?

Many Thanks,

Hapatio
can you provide a link to your site?
http://www.habbuzforum.net

Many Thanks,

Hapatio
I'd consider them to be blue now.
Well looking through firebug, seems that the changes havn't been applied ¬

global.css (line 16)

a:visited {
text-decoration:none;
}
They are blue on view. But when visited they turn purple i tried again now with new links etc
Ive also tried on another computer.

Many Thanks,

Hapatio
Pages: 1 2