X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Text Size Issue ~ Short Description / Product Info (https://forum.x-cart.com/showthread.php?t=12788)

NJB 03-14-2005 01:07 AM

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

shan 03-14-2005 02:12 AM

this is hard coded into the product.tpl file.

should realy get added to the css

mpj 03-14-2005 09:01 AM

why not just add




something include tpl is here
</p>

and then assign

P in your .css

that worked well for me

hth

NJB 03-14-2005 11:30 AM

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

balinor 03-14-2005 11:35 AM

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">




{$products[product].descr|truncate:300:"...":true}


</FONT>


NJB 03-14-2005 10:49 PM

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

balinor 03-15-2005 03:33 AM

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.

NJB 03-16-2005 12:04 AM

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.