1 esanchez Nov 20, 2007 19:08
3 blueyed Nov 21, 2007 01:21
Using "#header h1 a" as selector would not work? (instead of ".widget_core_coll_title a")
4 john Nov 21, 2007 02:07
I found it a real problem blueyed.
Playing with the widget was the only way I could style as an active and on hover link
5 esanchez Nov 21, 2007 05:50
I did get it to work:
#header h1 a {
text-decoration: none;
color: white;
font-size: 70%;
}
It is confusing but I found you have to actually style the widget as well...