
11-06-2018, 06:44 PM
|
 |
Ecwid Team
|
|
Join Date: Sep 2016
Posts: 93
|
|
Hi there,
Quote:
Originally Posted by 582 Trees
What about the shopping cart icon? Is there a way to change the color of this? It remains dark green with black text.
|
You can change the color of the shopping cart icon to white with help of this CSS code (feel free to specify another color in the CSS instead of white):
Code:
.ec-minicart.ec-minicart--rect {
background-color: white;
}
.ec-minicart.ec-minicart--rect:hover {
background-color: white;
}
You can add this CSS code to the end of your custom store theme in Ecwid control panel > Design > Edit Theme page. Before that please make sure to remove an extra } at the end of your active theme ( screenshot) for the new CSS code to work.
__________________
Elaine,
Ecwid Team
|