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 to change font in dialog template (https://forum.x-cart.com/showthread.php?t=23846)

hoosierglass 08-04-2006 09:07 AM

Text to change font in dialog template
 
I am in the dialog.tpl under main/product_details.tpl

I need to know what and where to put in a line to change the font size so that it does a global change to font size. Instead of going back into product description and intering a font size under each product.

Any help would be much appreciated.

Mike

hooter 08-04-2006 09:14 AM

hoosier,

Look at /skin1/dialog.tpl to see how the layout is constructed where {$content} is called - usually it is encapsulated/assigned the class "DialogBox" - change the attributes accordingly for DialogBox in skin1.css

hoosierglass 08-04-2006 09:43 AM

No change occured
 
I went into the skin file and found the line for product description.
I added the following:

.ProductDetails {
COLOR: #000000;
FONT-WEIGHT: bold; FONT-SIZE: 22px;
}

This made no change in the apperance of the product description.


All times are GMT -8. The time now is 06:59 AM.

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