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)
-   -   How to change default text color and links color (https://forum.x-cart.com/showthread.php?t=55709)

uprising 09-26-2010 03:20 AM

How to change default text color and links color
 
We are using neon lights music and have changed it so that it's now got a black background but we need to change the default color of the text which is still the original dark grey. Links are still in their orignal blue which is a bit over powering so we'd like to change those colors as well.

We have had a look around using FF and Firebug but still can't figure out where to make the change. If anyone has any ideas where to make this change we'd like to hear them.

Shamun 09-28-2010 03:08 AM

Re: How to change default text color and links color
 
Would it be the color in the body tag?

body {
color: #1F1F1F;
}

uprising 09-28-2010 03:24 AM

Re: How to change default text color and links color
 
Thanks for the suggestion.

I've been looking at skin1 main.css and have tried adding the font color to the section below but with no luck. Is this where you were thinking of or did you have another place in mind that I should look at

general tags styles
*/
html,body {
height: 100%;
background-color: #ffffff;
margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
min-width: 780px;
border: 0px none;

Shamun 09-28-2010 06:52 AM

Re: How to change default text color and links color
 
Your site seems to use style.css and not main.css

Line 9:
Code:

BODY { FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; color: #1F1F1F; FONT-SIZE: 10px; background-color: #000000; margin: 0px; scrollbar-base-color: #000000; scrollbar-face-color: #161616; scrollbar-track-color: #121212; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FFFFFF; scrollbar-arrow-color: #FF3737; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #000000; }

uprising 09-28-2010 12:22 PM

Re: How to change default text color and links color
 
Hi Tal, Thanks for your help so far.

I've had a look for style.css and the only place I can find it is in the current live store www.audio-excstasy.co.uk/shop/xcart

It's our new store where I'm trying to change the default text color, thats at www.audio-excstasy.co.uk/xcart

Shamun 09-28-2010 04:09 PM

Re: How to change default text color and links color
 
Altskin.css
Line 14 with div, th, td, p, input, select, textarea, tt, button

Check that and change the color.

uprising 10-06-2010 05:29 AM

Re: How to change default text color and links color
 
Thanks for the help on this, finally got this issue and all my other customising issues figured out with the help of the Firebug plugin for FireFox. Was fairly straight forward once I got my head around it.


All times are GMT -8. The time now is 08:34 PM.

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