Cart Off Canvas button problem

Hello there!

When I place my mouse on the button, the button appears transparent (white)… how do I change color?

Hey Katarina,

Thanks for reaching out.

You should be able to change the button colors in the cart off canvas element settings;
tV15IwYqTZ2lRyeGA7JwMg

The styling does not take effect because you have added this custom CSS in Pro > Theme Options > Custom CSS:

.widget_shopping_cart_content .x-interactive {
  background: none !important;
  border-color: #ebebe7 !important;
  box-shadow: none !important;
}

Kindly remove this code and let the element settings take effect.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.