Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Last active May 18, 2018 10:54
Show Gist options
  • Select an option

  • Save ae-elaine-axis/21a7e1b876020da4d81d9f8aa97254e0 to your computer and use it in GitHub Desktop.

Select an option

Save ae-elaine-axis/21a7e1b876020da4d81d9f8aa97254e0 to your computer and use it in GitHub Desktop.
Change the color of the counter in the new Cart icon on Starter Site
/* change the color of the Cart icon */
.ec-minicart__icon .icon-default path[stroke], html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[stroke] {
stroke: #900020}
/* change the color of the Search icon */
.float-icons > div a {
color: #900020;
}
/* add the outline around the icons */
.ec-minicart.ec-minicart--pill {
border-color: #900020;
}
/*change the blue bubble color with the number of items in the cart */
.ec-minicart--animation-default.ec-minicart--animated .ec-minicart__counter::after {background-color: red;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment