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 colour text for different bits of site (https://forum.x-cart.com/showthread.php?t=9418)

bluebox 09-17-2004 08:45 AM

Different colour text for different bits of site
 
What I'm wanting to do is make the front page text all #666666, and all the pages such as help and all them - but keep all the product pages in black. (The bits where you have your products and images, desc, price etc etc)

I presume i need to edit the first line of the css,

Code:

BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
        COLOR: #000000; FONT-SIZE: 10px;


but I dont know whats what. Does anyone know how to do this?

Thanks in advance,

blue-dreamer 09-17-2004 09:00 AM

There are two ways of doing this...

1. Find the text that appears on the home page in "Languages" and add formatting to the text such as

Code:

<span style="color: #666666">Your text here</span>

2. Go to template Customer>Main>welcome.tpl and modify html as you want.

bluebox 09-17-2004 09:10 AM

Cheers,

I'll try that later!!


All times are GMT -8. The time now is 03:42 AM.

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