Make the WooCommerce Quick View Button Always Visible
By default, the Quick View button on WooCommerce archive pages is not visible until you hover over a product image. If you want to make the Quick View option always visible, use the following CSS snippet:
/* Quick View Always Visible */ .owp-quick-view { opacity: 1; visibility: visible; }
All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.