
09-19-2012, 01:20 PM
|
 |
Senior Member
|
|
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,765
|
|
Quote:
Originally Posted by Styled4You
|
This color comes from the theme of the site. You can override that by adding the following code to your Ecwid CSS theme:
Code:
div.ecwid-productBrowser-details-descr ul,
div.ecwid-productBrowser-details-descr ol,
div.ecwid-productBrowser-details-descr li {
color: inherit;
}
|