Display Cart Quick to add all time - Prestige Theme

Hi, is there a way to have this cart button displayed at all times. At the minute it only appears when hovered over?

Also is there a way to change this icon? This is on the prestige theme.

Hi @saintnoir

Could you share your store link?

https://www.luxeemporiumx.com/

Hi @saintnoir

Go to your Online store > Themes > Edit code > Assets, and find theme.css or theme.css.liquid file, add this code at the bottom, then save the file

.product-card__quick-add-button { opacity: 1 !important; }

Excellent that worked on a copy of the website!

How do I stop the animation rotating and have it display a different icon?

Please add this additional code.

.product-card__quick-add-button:hover svg {
    transform: unset !important;
}

Thank you, how do you actually change the icon into another one?

You may change it from your Online store > Themes > Edit code > open cart-icon.liquid file, replace your new SVG icon with your new one.

There is no cart-icon.liquid file?

Check if there is an icon-cart.liquid file?

The Quick add to cart is not showing in my store even though I set the collection to show the quick buy on customizer.

URL: ww.nack.africa

What can I do?