
07-21-2014, 05:24 PM
|
 |
Ecwid Team
|
|
Join Date: Mar 2014
Posts: 1,512
|
|
Quote:
Originally Posted by Adorha
Hi,
One more question.
I have some options which can be chosen for a product (drop-down list). In the following (customer purchase) Cart page ("Your shopping bag" page) I need to change the color of the text describing the options made for the product which is in the cart. How is that done?
Regards,
Stan
|
If you would like to change selected product options text color on your shopping bag page - please use the following code:
Code:
div.ecwid-productBrowser-cart-optionsList {
color: red;
}
__________________
Sergey G., Ecwid Team
------------------
Welcome to our Help Center with a lot of answers and tips!
|