Quote:
Originally Posted by Andy365
Hi
I am trying to change the link color of the fonts in the navigation of this skin. In the additional CSS:
Code:
nvlink {
font:bold 11px Tahoma;
font-color:#FFFFFF;
text-decoration:none;
width:auto;
}
.nvlink a {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:visited {
font-color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
.nvlink a:hover{
font-color:#CCCCCC;
text-decoration:underline;
}
Only the hover color works though. Is there something I am doing wrong here?
|
You must change #ffffff color sections above the code.
Quote:
Originally Posted by anderow
I am running the 3.7 version of this skin and it seems to run fine with 3.8xx
What will I gain from an upgrade and losing all my customisations etc?
Anyone know the best way to update a Skin and put the mods back into the new one?
|
3.7.x version
https://vborg.vbsupport.ru/showthread.php?t=171410