How do I change the button and text colors for the quick shop button in Mavon Theme?

How do I change the button and text colors for the quick shop button in a product collection in the Mavon Theme?

I tried updating the color scheme in the menu but the changes aren’t reflected in the page.

1 Like

Hello @burp_surfer
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Hi @burp_surfer ,

Please go to Actions > Edit code > Assets > product-card-item.css file and paste this at the bottom of the file:

quick-view-modal button.cart--icon-button {
background: #ffffff;
color: #000000;
}

you can change the color code to your liking, it will work fine

Hi @burp_surfer ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.thumbnail img {
    background: transparent;
}

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.