Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / A color that just wont change

A color that just wont change

Locked

Views: 1,008

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Aug 2009, 11:21 AM
#1
vortextennis avatar

vortextennis

New Zenner

Join Date:
Aug 2009
Posts:
4
Plugin Contributions:
0

A color that just wont change

Well to be more exact I am having the hardest time trying to find what exactly to edit to fix my problem. I have been toying around with Firefox's web developer addon but I am still relatively new so I am hoping someone can help.

My store is located at: https://www.vortextennis.com/store

and if you put anything into my cart and then check it out, I have been able to change all the text around it but I cant seem to change the Item name of the product from white to black in my shopping cart, and as I have said I have been using the web developer addon and it dosent seem to want to tell me where to look. any help would be appreciated.

Or if anyone could tell me how to change the color of the background of the box that would also be welcome.

Thanks in advance

30 Aug 2009, 3:07 PM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: A color that just wont change

Try adding this to the stylesheet:

#cartProdTitle {
color: #000000;}

Also your site doesn't display well in IE.

line 200 in your stylesheet contains an error.
background-image: /;
You can eithrer remove this line or comment it out
/background-image: /;/

Tina

30 Aug 2009, 6:58 PM
#3
vortextennis avatar

vortextennis

New Zenner

Join Date:
Aug 2009
Posts:
4
Plugin Contributions:
0

Re: A color that just wont change

Thank you so much, it worked perfectly :)

Also if you dont mind, how do you mean it dosent work well in IE? is there something I should look into to fix any of these problems?

thanks again

30 Aug 2009, 11:41 PM
#4
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: A color that just wont change

Your site is not displaying properly in ie.

Attachment #6394

Tina