Jump to content

Change the color of block titles?


Guest

Recommended Posts

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

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

×
×
  • Create New...