![]() |
Text Size Issue ~ Short Description / Product Info
Hi,
I'm an X-Cart beginner but by following instructions in this forum I have managed to change the font size of my website text using the skin1_css file. The only problem I'm having is that the text remains small on the Product List page - in particular the text that I entered under "Short Description" when adding the product. Can someone please advise how I change this text size? Thanks, Tracy |
this is hard coded into the product.tpl file.
should realy get added to the css |
why not just add
something include tpl is here </p> and then assign P in your .css that worked well for me hth |
Product.tpl file
Thanks for your advice, I've located the product.tpl file, but can't find the exact text that I need to change.
Can someone please advise what I should be looking for in here? Thanks Tracy |
If you are using a single column display, open products.tpl and get rid of hte font tag in this bunch of code:
Code:
<FONT size="1"> |
Code ~ product.tpl file
Hi - I still can't locate the code you mention in the product.tpl file. The closest to it, and the only code which includes {product.desc} is below. Is this the bit I need to edit? And, how? I'm a little scared that I'm going to 'stuff it up'.
<SPAN class="Text"> {$product.descr} </SPAN> I also checked the products.tpl (with an "S") - the {product.desc} code isn't in there at all. To change the font size should I be editing in product.tpl or productS.tpl? Appreciate your help. Thanks, Tracy |
If you are talking about the list of products under a sub-category, you need to either edit productS.tpl or products_t.tpl depending on your layout. THe code I posted is in productS.tpl.
|
Thank You
Thanks very much for your help with this....I couldn't have done it without you.
Cheers, Tracy |
All times are GMT -8. The time now is 02:17 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.