Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / product description text location

product description text location

Views: 614

Results 1 to 8 of 8
13 Dec 2010, 6:22 AM
#1
heart avatar

heart

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

product description text location

I paid for a customized tmeplate, made my images and the store was supposed to meet with my approval, BUT the person who put it together didn't tell me what things she needed to know about preferences in color and such and I've ended up with all colored text - which I would not have agreed to, but when I asked her to change it to black, she complained about how much work it would be . . .

So, when listing the product, I spent time to select the text of the description and change it to black to overwrite her choices of colors . . . it was fine . . . day before yesterday, the description was holding to the black . . . today, it has all reverted to the purple she had coded in.

Can ANYONE tell me where to find the file that is depicting the color of the product description/info and tell when what I'm looking for so I can change it to black?

Please, please, please help me find that file . . . EVERYTHING I took care to set to black text has reverted to the color she coded into - either the css file or something

13 Dec 2010, 9:05 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: product description text location

Good explanation....but we can't see anything

Need a link

13 Dec 2010, 9:11 AM
#3
heart avatar

heart

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

Re: product description text location

http://store.bashfulheart.com

am trying to overwrite them using the text editor - some are working and some aren't . . .

13 Dec 2010, 9:28 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: product description text location

Find, edit and or add these to your stylesheet

Then you do not need the inline color that you have been doing when entering the descriptions

#productDescription{ color: #000000; padding: 5px; }
#productName { color: #000000; }
#productPrices { color: #000000; }
#productattributes { color: #000000; }
#attribsOptionsText { color: #000000; }
ul#productDetailsList{ color: #000000; margin: 0 0 0 25px; padding: 0; list-style-type: square; }
.wrapperAttribsOptions, .wrapperAttribsOneTime, .wrapperAttribsQtyPrices{ color: #000000; margin: 3px 0; }
13 Dec 2010, 9:43 AM
#5
heart avatar

heart

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

Re: product description text location

OK, at this point, I will try anything . . . I don't think I saw these in the css but will check again . . .

13 Dec 2010, 9:49 AM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: product description text location

I don't think I saw these in the css but will check again . . .
Find, edit and or add these to your stylesheet

13 Dec 2010, 10:04 AM
#7
heart avatar

heart

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

Re: product description text location

I added it and am delighted to see black coming up . . . thank you for the help and I will learn this stuff as fast as I can . . .

14 Feb 2011, 3:04 AM
#8
serious avatar

serious

Totally Zenned

Join Date:
Feb 2011
Posts:
686
Plugin Contributions:
0

Re: product description text location

nevermind, found it.