just for sake of it , you may try this ..
create a h2 tag first
h2 {
color : white;
}
now
h2.#productprices {
color:black;
}
shouldn't be effected .. thats what i assume , since no one seen your site live![]()
just for sake of it , you may try this ..
create a h2 tag first
h2 {
color : white;
}
now
h2.#productprices {
color:black;
}
shouldn't be effected .. thats what i assume , since no one seen your site live![]()
I sort of trying to get the page up and running before i put in online)... i've tried your suggestion, but no luck ;0(
anyone has a specific tags i need to use to isolate product price colors (the one on product detail page)?
![]()
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