Jump to content

[SOLVED] Category Blocks Left - Change text color


Recommended Posts

Hey Everyone,

I am new to this forum, but have being browsing every relevent thread looking for an answer and haven't been able to find one. In the global.css, where do I change the Left Category Block text colour. It tried searching and changing all the grey font colours and do not seem to have any luck, I then tried to chagne the

tags and this does not do much for the left block. An ideas?

16498_WciL5bNndms4WJaCjFTF_t

Link to comment
Share on other sites

div.block h4 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/block_header.gif) no-repeat scroll left top;
border-bottom:1px solid #595A5E;
color:#374853;
font-family:Helvetica,Sans-Serif;
font-size:1.2em;
font-weight:bold;
height:19px;
line-height:1.3em;
padding-left:0.5em;
padding-top:2px;
text-transform:uppercase;
}



Find "div.block h4 " in your global.css, then change value of "color" in this code.

Link to comment
Share on other sites

And in the future try using Firefox w/ the firebug plugin

itll let you view the css of a page and highlight the relevant items on the page so you can go through the tree and find what applies to what, makes it a lot easier to sort through presta's massive stylesheet!

Link to comment
Share on other sites

Hi Black Sand. Mine look like this:

div.block h4 {
   text-transform: lowercase;
   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: #;
   height: 19px;
   background: transparent url('../img/block_header.gif') no-repeat top left;



I had to add color:#374853; under border bottom. Thanks a mil!

@enigma32. Thanks for the suggestion, I have been using FIREBUG the whole time and when I click on these element it show just H4 tags. As you can see I had to actually add a new colour tags to change the colour.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...