HI there,
I was wondering how I go about editing the default information sidebox text (hyperlink) colors information sidebox?
I can edit stylesheet css here:
a:link, #navEZPagesTOC ul li a {
color: #245481;
text-decoration: none;
}
a:visited {
/*As above but when visited*/
color: #245481;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover {
/*edits colour of text on top and bottom of page when mouse rolls over*/
color: #fb6700;
}
a:hover,#navCatTabs ul li a:hover{
color: #fb6700;
}
a:hover, #navMain ul li a:hover {
color: #245481;
}
a:hover, #navSupp ul li a:hover {
color: #245481;
}
a:active {
color: #fb6700;
}
But this edits ALL hyperlinks. I ONLY want to edit the information sidebox.
I have on my home page other hyperlink text and the above code edits colour for all hyperlinks.
If there a way to edit ONLY the information sidebox text/hyperlinks.
Any input appreciated.



