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 box background from white to black ? (https://forum.x-cart.com/showthread.php?t=3746)

supanewb 07-26-2003 12:16 PM

Text box background from white to black ?
 
Probably a long shot I know but can the text box and quantity drop down boxes be changed to a black background ?

If not is there a way to set the text in the text boxes to black without upsetting my default text colour that I set in the CSS template? :)

( its one of those dark background issues ) http://swordpro.com.au/xcart/customer/home.php

TelaFirma 07-26-2003 12:55 PM

Try adding this to your CSS file...

Code:

INPUT, TEXTAREA, SELECT, OPTION {
        font-family: Verdana, Arial, Helvetica, Sans-serif;
        font-size: 12px;
        color: #C19111;
        background-color: #000000;
}


supanewb 07-26-2003 01:30 PM

Thanks for the quick reply TelaFirma, it works like a charm !

I really thought that this could'nt be done, you are truly a legend! :D

TelaFirma 07-30-2003 08:02 PM

Well thank you :) Maybe not a legend... but possibly a myth :)

Jerhiko 12-29-2004 09:43 PM

Thank you. This was very helpful to me as well.

adpboss 12-30-2004 05:22 PM

Move to Custom Mods?

dataside 04-28-2006 12:10 PM

Thank you. Works great for me too. :D :D :D


All times are GMT -8. The time now is 05:52 AM.

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