View Single Post
  #1  
Old 12-25-2005, 07:28 AM
 
joelc73 joelc73 is offline
 

Advanced Member
  
Join Date: Nov 2005
Posts: 42
 

Default Changing background and text doesn't change category text

Hello all,

I've just begun getting familar with the css skin1 editing process.

I want to change the background of my entire cart to black with white text. I've gotten that to work by changing this code:

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

and this:

BODY {
MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
BACKGROUND-COLOR: #9E9FA7;

to reflect what I want.

The problem is that the category font color doesn't change with the others and ends up being invisible. I'm using "fancy categories" and I'm wondering if that's part of the problem.

Also, how do I change all the other text to white (i.e. at the top of the main page, the product descriptions, etc.)?

Thanks in advance,

Joel
__________________
Version 4.0.17
Reply With Quote