Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Como cambiar el color de los links
Shintetsu   24 Dec, 2010, 1:30 am
#1


hola amigos , aca devuelta , estaba fuera por motivos graves en la familia.
pero bueno.

se me olvido como cambiar el color de los enlaces del todo el foro.

como haria para cambiarlo por fas .

Gracias. para los que me ayuden!

Última modificación: 27 Dec, 2010, 5:00 pm por Cluster.
shiro51_mybb_import8103   24 Dec, 2010, 1:59 am
#2
themes -> css -> global ->

a:link {
color: #026CB1;
text-decoration: none;
}

a:visited {
color: #026CB1;
text-decoration: none;
}

a:hover, a:active {
color: #009aff;
text-decoration: underline;
}


modifica el "color"
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.