
Originally Posted by
schoolboy
The BEST way to learn the style controls is to use FIREFOX browser with the FIREBUG plugin.
I also use CHRIS PEDERICK'S WEBMASTER TOOLS for Firefox.
These plugins allows you to do Off-line analysis of a displayed "page". For CSS this is very valuable, as you can quickly identify style ID's and CLASSES, then try your edits in an offline context.
When you are happy with your CSS edits, you can commit them to the actual stylesheet.
Using these tools on your site, I quickly see that the UPCOMING PRODUCTS elements have the following id's :
#upcomingProductsTable
#upProductsHeading
#upProductsHeading
And the Add to Cart is:
#cartAdd
---------------------------------------------------------------------------------------
And please do not add notes like you did above. Advice given here is FREE and VOLUNTARY.
If you start INSISTING people help you, then you will probably be ignored.