Forums
(@stg710)
10 years, 12 months ago
I’ve succesfully hidden both the checkboxes and the quick order button using CSS in header.php file. Here’s the code:
<style> .select-product{ display:none !important; } .quick-order-launch{ display:none !important; } </style> Hope it helps ??