this should work . because is working on my system
#productPrices {
color:yourcolor;
}
make sure that price is Price , this is case sensitive ..
this should work . because is working on my system
#productPrices {
color:yourcolor;
}
make sure that price is Price , this is case sensitive ..
thanks TONY... if i'll ever make any money off this site, i'll buy you some beer ;0)![]()
thanks for the offer and wish you the best with your business . and hopefully , if you make lots of money , you can alway donate to zencart :) as they are the one that needed to be thanked and not me![]()
Ahh... i keep running into same problem with other parts of my page...
because most of my site has white background and my h2 text has white color, i keep running into more places where some of the headers are invisible (not per my intention)...
all of this started with me needing to change color for New Products and Featured Products in main column to white (as i use red background there)....
any chance somebody can let me know the statement to use in CSS to isolate those two headers (thus letting me use something besides white for default h2 color)...
i tried firefox's web developer tool to find it... but the path is too long, and it cuts off the end of the statement (thus not letting me see the important part)...
Try using .leftBoxHeading (and .rightBoxHeading if you need it) to set your headings to white where the background is red. Then turn your general H2 selector back to black or whatever you want.
Rob
thanks for advice... but i don't think it'll work... the Featured and New products heading are the ones i use in the main column (at the end of the product lists....)
In which case it would be .centerBoxHeading
Rob