Hi, underneath the cart there is at the right top a cart information. I need to change the color of the font. The background is black and you can’t see what is written there…so I would like to change the hover color to grey and secondly I would like to change the font color to white…is that possible? Thanks a lot! See Link! Thanks!
Hey nadinedomnink,
Please try the following in Quick CSS under Enfold->General Styling:
.widget_shopping_cart_content * {
background-color:white !important;
}
Best regards,
Rikard
Thanks, but the last part is still black…it should say “Check out” I guess…could you please change the font to white? Then it is ok…thanks
Hi,
Please try this as well:
.woocommerce-mini-cart__buttons a {
color:white !important;
}
Best regards,
Rikard