Hello, I am trying to change the color of the font for specials.
For example:
The regular price is $25.00 and the special price is $15.00.
Currently, they are both the same color.
Tried this and does not work:
#specialsListing(
color:#FF0000;
font-family:tahoma;
font-size:13px;
font-weight:bold;}
Can someone please tell me the correct ID name?
Or tell me the correct code?
Thanks







