PDA

View Full Version : Link Colors


zombieshack
07-02-2010, 03:39 AM
Ok so on this page:
http://zombieshack.com/arcade.php

the teal color for the links are not clear as the arcade is lighter than the rest of the site.
I assume that changing the link colour for just the arcade would not work??

If not how do I change the link colour for the whole site to red instead

DAMINK
07-02-2010, 03:47 AM
Got exactly the same problem currently mate.
Trying to work out an answer and all i have found is basically its easier to change the site wide color scheme than it is the arcade alone.
However certainly dont quote me on this at this point.
Will be watching this thread with interest.

Charlie98902
07-02-2010, 09:35 AM
.postcontent a {color:blue;text-decoration: underline;}
.navbar {
margin: 0;
}

Change the color as you wish. Put this in the additional.css template. Remove the text decoration if you want as well.

sulasno
07-02-2010, 09:37 AM
how do I make all links "Bold" ?

Charlie98902
07-02-2010, 12:24 PM
how do I make all links "Bold" ?

I am thinking this but not 100% sure give it a try and see:

.postcontent a {color:blue;text-decoration: bold;}
.navbar {
margin: 0;
}

Change color as you wish.

zombieshack
07-02-2010, 02:13 PM
.postcontent a {color:blue;text-decoration: underline;}
.navbar {
margin: 0;
}

Change the color as you wish. Put this in the additional.css template. Remove the text decoration if you want as well.

How exactly do I put it, and where?
Thanks for helping

Xencored
07-02-2010, 03:45 PM
Put this in the additional.css template.

He told you where

How exactly do I put it, and where?
Thanks for helping

DAMINK
07-03-2010, 05:47 AM
How exactly do I put it, and where?
Thanks for helping

Style manager / your style (edit templates) / Css Templates / additional templates

Which i did and now am a little confused.
How is this going to effect the arcade area specifically?
Actually i tried it and nothing happened at all. However i had already changed manually.
If its a global change then this could be done differently?
Well i know it can i just cant remember how i did it :( But i ended up changing all links on my forum to red and this stopped the look in the arcade atleast somewhat.
Something i will keep playing with until i get a fix as i love playing the arcade as do many of my members.

Charlie98902
07-03-2010, 01:10 PM
You'll need to modify the code to effect the arcade. This part needs changed to effect the arcade :

.postcontent a

Couldn't find what you wanted but this can be done editing the Arcade.php I think.