Quote Originally Posted by charmedbytina2 View Post
Good Morning!

I would like to change the text color for products name and also products price.

I tried adding:

#productName {color:#29760A;} and
#productPrices {color:#F50F25;}

and then I tried the same codes using a . insted of #

to the tpl_product_info_display.php

the code shows on my website, and the colors are not changed!
in your stylesheet.css, try adding:

a:link

to this line:

.centerColumn {
background-color: #FFF0F5;
border: 1px dotted;
border-color: #9B11A1;
}

to make it look like:


.centerColumn a:link{
background-color: #FFF0F5;
border: 1px dotted;
border-color: #9B11A1;
color: #29760A;
}