Howdy,

I have spent a good part of the day poring over the CSS files, trying to spot where the type font SIZE settings are for the Product Description when multiple products are displayed within a category.

The default size on the template is too small for easy reading, and the type is light grey on black, which makes the legibility problem worse.

One thread recommended added a font size declaration to the stylesheet at:

template/css/stylesheet.css

to read:
1. #productDateAvailable {font-size: 1.2em; color: #FF0000;}
2. change the red font above as desired..

I assume I would replace #productDateAvailable with #productDescription but will that conflict with a setting somewhere else?

Thx,
Wes