alpaca Posted December 31, 2009 Share Posted December 31, 2009 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? Link to comment Share on other sites More sharing options...
Guest Posted December 31, 2009 Share Posted December 31, 2009 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 More sharing options...
enigma32 Posted January 1, 2010 Share Posted January 1, 2010 And in the future try using Firefox w/ the firebug pluginitll 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 More sharing options...
alpaca Posted January 2, 2010 Author Share Posted January 2, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now