How do I switch the quick add button to show always and not just on hover in the dwell theme

How do I switch the quick add button to show always and not just on hover in the dwell theme?

Add this at the very bottom of base.css file in theme code editor

product-card-link .product-card .quick-add__button{

  opacity: 1;

}

Please keep a note of this in your notes as this may change or loose on theme updates.

Dwell is a part of Horizon family and these themes use the same code, so solutions for Horizon/Vessel/Atelier, etc will also work - Add to cart button sticky in product card - Horizon - #4 by tim_1

Please add this code to Custom CSS in Theme settings

    .quick-add__button {
        opacity: 1 !important;
    }
}


Best regards,

Dan from Ryviu: Product Reviews App