Hello,
when I entered a node page, the link color of it at the sidebar was changed into black.
I tried to add:

.sidebar.left a {
  color:FFD363;
}

but there's not any changes.
Could you please tell me what I should to add into my css? Thanks a lot.

the node is: http://www.rignrolls.com/august-2009/two-new-gameplay-videos.html
and the style.css: http://www.rignrolls.com/themes/rignroll/style.css

Comments

torgospizza’s picture

.sidebar.left a.active {
  color:#FFD363;
}

should work.

Have I helped you? Consider buying me a beer.

kingto’s picture

yeah, you're right! thanks a lot.

torgospizza’s picture

Don't thank me, thank Firebug :)

(Okay, you can thank me, too. You're welcome.)

Have I helped you? Consider buying me a beer.