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)
-   -   Different Color Fonts on the same page? (https://forum.x-cart.com/showthread.php?t=1514)

eleven 02-14-2003 06:45 AM

Different Color Fonts on the same page?
 
Does anyone know of a way that I can use a black font on one part of a page and a white font on another? If you take a look at these pages you'll see my problem:
http://www.blackdogbikes.com/cart/customer/cart.php
http://www.blackdogbikes.com/cart/customer/product.php?productid=16133&cat=248&page=1

Of course I can always edit each page manually, but I want to see if anyone has any better ideas before I get in to that. I now know better than to use two different background colors.

usermike 02-14-2003 09:10 AM

CSS Problem
 
Put an entry in skin1.css similar to the following:

Code:

.darkerColor {
        COLOR: #000000; FONT: bold 12px;
}


and use that in the text you want to change the color of.

eleven 02-14-2003 10:36 AM

darkercolor
 
Thanks, but I was hoping for a solution that didn't require me to edit every file. That is my backup plan.


All times are GMT -8. The time now is 09:24 PM.

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