![]() |
product detail font size
I want to change the product detail font size both for short detail and full detail, and look in skin1.css
I change ProductDetailsTitle and ProductDetails class, but nothing change. Which class in skin1.css control the size of the font for product detail? |
Open up product.tpl and see what style is called.
|
Code:
{* $Id: product.tpl,v 1.96.2.18 2005/03/23 08:16:03 max Exp $ *} It seems to called ProductDetailsTitle class. I change ProductsDetailsTitle in skin1.css but it doesn't change the product detail |
If you look more closely, you will see that the description is actually controlled by this:
Code:
<SPAN class=> As you can also see, the class is empty, so it is defaulting to the font size in the body tag. Add your own class or call any other class with that span tag. |
Thanks Balinor.
|
All times are GMT -8. The time now is 06:48 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.