Guest Posted September 23, 2008 Share Posted September 23, 2008 Hey,The default titles "Tags, Categories, Informations..." of the blocks are all black. But i want them to be white. I have searched in the css, but no luck. Can some body give me some directions? Thanks.Kathy Link to comment Share on other sites More sharing options...
SotEW Posted September 23, 2008 Share Posted September 23, 2008 you can find it in ligne 854 : div.block h4 { text-transform: uppercase; font-family: Helvetica, Sans-Serif; font-weight: bold; font-size: 1.2em; padding-left:0.5em; border-bottom:1px solid #595A5E; padding-top:2px; line-height:1.3em; color: #374853; <<<< HERE height: 19px; background: transparent url('../img/block_header.gif') no-repeat top left; } there are others block with different colors, like "my account" (ligne 908) or "exclusive" : (892) Link to comment Share on other sites More sharing options...
Recommended Posts