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)
-   -   Having trouble with "General settings" page displa (https://forum.x-cart.com/showthread.php?t=3422)

MikeBrum 07-01-2003 08:58 PM

Having trouble with "General settings" page displa
 
Im a new guy to x-cart and Im having trouble finding the fix for this.
http://www.toobs.com/settings.jpg
Every other line has a light grey background with white text. Can I set the whole table to black background?
Thanks in advance for the help :D

shan 07-02-2003 02:40 AM

Look in /admin/main/configuration.tpl find the code below

Code:

{if $cols_count eq "1"}
{assign var="bgcolor" value=""}
{assign var="cols_count" value=""}
{else}
{assign var="bgcolor" value="bgcolor=#F0F0F0"}
{assign var="cols_count" value="1"}
{/if}


change #F0F0F0 to #000000

MikeBrum 07-02-2003 02:29 PM

Thanks a bunch Shan!!


All times are GMT -8. The time now is 09:33 AM.

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