A
Allen
Original poster
Member
#1
i am trying to locate the icons information but seem to not be able to find it. the add to cart (including rollover). the shopping cart icon, account icon, etc. i am working on changing the background colors and right now it shows the cart as a big white box with a big black box over icon when hover over..
ST
Spiracle Themes
Original poster
#2
Hi Allen
Thanks for reaching out
Please try the following. CSS
.woocommerce ul.products li.product .product_type_simple,
.woocommerce-page ul.products li.product .product_type_simple {
background: #333333 url(https://whispersofappalachia.com/wp-content/themes/own-shop/img/cart-hover.svg) no-repeat scroll center !important;
background-color: transparent;
background-size: 20px !important;
}
section.related.products h2 {
color: #9a9a9a;
}
Copy & Paste it in Appearance -> Customize -> Additional CSS
Let us know if this works for you
Best Regards