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)
-   -   what code controls the product box sizes? (https://forum.x-cart.com/showthread.php?t=38638)

toolexperts 03-27-2008 06:43 AM

what code controls the product box sizes?
 
is it css? or is it in the tpl?

kube 03-27-2008 06:52 AM

Re: what code controls the product box sizes?
 
Hi toolexperts,

To which product box are you referring to?

Thumbnail images? The whole product display box?

And your bestseller's font text is white on a white background - so it appears invisible, just in case you hadn't noticed.

toolexperts 03-27-2008 06:54 AM

Re: what code controls the product box sizes?
 
ok that explains alot lol...... on the bestseller font that is

The box that i am referring to is the one that houses the product name and info, i am assuming the whole product display box

toolexperts 03-27-2008 06:59 AM

Re: what code controls the product box sizes?
 
real quick where is the code to change that text color i the css?

kube 03-27-2008 07:31 AM

Re: what code controls the product box sizes?
 
The whole product display box? You have been working on this; it is the usual product.tpl with a combo of other .tpls and css to boot. Again, if in doubt use the webmaster mode and view the source of your web page.

css for text color in rightcolumn (although it would be better if you customised them with classes in future)

.VertMenuRightColumn .DialogBox, .VertMenuRightColumn .DialogBox B A{
color: #000;
}

balinor 03-27-2008 07:47 AM

Re: what code controls the product box sizes?
 
Please take the time to determine the correct forum before posting. The Completed Custom Mods forum is for posting completed code only, not questions.

Moving to Template Editing.


All times are GMT -8. The time now is 07:21 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.