I am sorry but I looked at my css and and changed the font size where it says product description and I still don't see anything. Here is my css I change the font size to 14 and still nothing, it is almost like it doesn't control it at all. Here is the snippit of the code that I feel pertains to the description:
Code:
/*
Product details page
*/
.ProductTitle {
COLOR: #F13CC6; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitle:link {
COLOR: #F13CC6; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitle:visited {
COLOR: #F13CC6; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitle:hover {
COLOR: #76B200; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: underline;
}
.ProductTitle:active {
COLOR: #F13CC6; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitleHidden {
COLOR: #666666;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
}
.ProductDetailsTitle {
COLOR: #F13CC6;
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
}
.ProductDetails {
COLOR: #112536;
FONT-SIZE: 14px;
The hightlighted is where I changed the font size. ut there was no change on the product pages.