Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / help changing attribute option name color

help changing attribute option name color

Locked

Views: 1,142

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
25 Feb 2008, 3:25 PM
#1
acerocket avatar

acerocket

New Zenner

Join Date:
Feb 2008
Posts:
2
Plugin Contributions:
0

help changing attribute option name color

I have a dark grey background on my store and most all the text is displayed as white. But when I added an attribute to a product, the name shows as purple text when I view the page. I found two instances of option_name in the css but adding a color: #ffffff; didn't do anything. I have spent better than 15 hours trying to solve this and am utterly frustrated. What am I doing wrong and why can't I change this? Just to be more specific, the text is what appears under the PLEASE CHOOSE: xxxxxxxx (radio boxes) and I want to change the color of the xxxxxxxx.

25 Feb 2008, 5:02 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: help changing attribute option name color

h4.optionName {color: #aabbcc;}

works on a straight test site. What exactly did you use?

A link to your site would help us diagnose the problem.

26 Feb 2008, 4:58 PM
#3
acerocket avatar

acerocket

New Zenner

Join Date:
Feb 2008
Posts:
2
Plugin Contributions:
0

Re: help changing attribute option name color

Found it. I was looking in the wrong css file. It was in the product_info file.