guitarplayer Posted March 1, 2009 Share Posted March 1, 2009 Hello everybody,I'm building a theme but can't find in global css the colour codes for blockcart and specials block, which I need to change because i'm uploading a white background and the text is currently set at FFFFFF so has to be changed.Any help would be much appreciated.BR,Guitarplayer. Link to comment Share on other sites More sharing options...
natasha80 Posted March 1, 2009 Share Posted March 1, 2009 search for something like this: /* Special style for block cart*/ #cart_block .block_content { padding: 0.6em; } #cart_block h4 { font-family: "Trebuchet MS", Sans-Serif; font-weight: bold; font-size: 1.1em; padding-left:0.5em; padding-top:7px; line-height:1.3em; color: #F0F0F0; height: 26px; background: transparent url('../img/block_header_cart.png') no-repeat top left; border-top: 1px solid white; border-left: 1px solid white; border-right: 1px solid white; } #cart_block h4 span{ text-transform:none; font-size:0.8em; cursor:pointer; background-repeat:no-repeat; background-position:left top; padding-left:10px; } i'm not sure it's this... Link to comment Share on other sites More sharing options...
guitarplayer Posted March 2, 2009 Author Share Posted March 2, 2009 Thanks for the help ribamar23.I managed to change the colours of the prices, but still can't find the product titles text colours or delivery and total text colours in global css.I have attached an image. Link to comment Share on other sites More sharing options...
prestabase Posted March 2, 2009 Share Posted March 2, 2009 guitarplayer,This cool css tool for FF can help you find the styles within the global css - http://chrispederick.com/work/web-developer/ Just click "CSS, then "View Style Information" Link to comment Share on other sites More sharing options...
natasha80 Posted March 2, 2009 Share Posted March 2, 2009 guitarplayer,This cool css tool for FF can help you find the styles within the global css - http://chrispederick.com/work/web-developer/ Just click "CSS, then "View Style Information" WOOOWWW magnificent toolthank you so muchcheers Link to comment Share on other sites More sharing options...
guitarplayer Posted March 2, 2009 Author Share Posted March 2, 2009 Wow thanks dudes,That cool css tool found it really quickly. Link to comment Share on other sites More sharing options...
Raver Posted March 24, 2009 Share Posted March 24, 2009 Prestabase Thanks a bunch for pointing out that browser add-on resource. What a time saver! You deserve a pint for that!Cheers! Link to comment Share on other sites More sharing options...
Dave Egerton Posted March 24, 2009 Share Posted March 24, 2009 Firebug is another really cool add-on for web designers/developersFirebug for Forefox add-onOne option in this add-on is "inspect element" so as you hover over your webpage, the dom tree will show you what elements apply and you can view css (telling you what file and line is being used to apply formatting)You can then edit is real time within firebug to see a proposed css change on-the-fly before making the change in your actual CSS file 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