Hi, how can I change the colors of the cart icon – https://screencast.com/t/gdD5gcpWh9
I want it to have a red background and the number popup background will be black.
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
.cart_dropdown_link span:before {
color:red !important;
}
Best regards,
Rikard
I wanted the background to be red, not the icon. The icon should remain white.
Hi,
Please try using this code
.header_color .cart_dropdown_first .cart_dropdown_link {
background: red;
}
If that too does not help, please elaborate on the changes you would like to make.
Best regards,
Yigit
Great, thanks. How can I make the bubble with the number of items in the cart to be in black background – https://screencast.com/t/qUtmDqvF?
Hi,
Please try this as well:
#top .av-cart-counter {
background-color: black !important;
}
Best regards,
Rikard
Thanks
Hi,
Glad that Rikard helped you. Let us know if you need more assistance :)
Best regards,
Nikko