Of course, ok, well we just need to make a new css class as we did before.
In the products template:
line 67:
<FONT class="ProductDetailsTitle">
Stick a 1 on the end of the Title, so:
<FONT class="ProductDetailsTitle1">
Then goto the css file, duplicate that section and then put a 1 on it again.
You now have another separate class that you can edit.
|