View Single Post
  #7  
Old 01-28-2017, 11:00 PM
 
Triple A Racing Triple A Racing is offline
 

X-Wizard
  
Join Date: Jul 2008
Location: Manchester UK
Posts: 1,028
 

Default Re: Remove 'Quick view' from Crisp White Template

As an interim measure whilst you write and test your module to operate on CWS, pretty sure you could achieve what you want via Custom CSS:
Code:
.products-grid .quicklook, .products-list .quicklook { display: none; } .products-grid .quicklook button, .products-list .quicklook button { display: none; }
Working with a standard CWS setup, this should remove the functionality and the button we think.

You'll retain the 'greying out' effect i.e. the current active selection of any particular product indicator, but depending on which view you're using at the time, only the 'add to cart button' etc should remain. You can then add any additional guidance notes for visitors on your FAQ page if you think you need it
__________________
Dev Store & Live Store XC Business 5.4.1.35
Server; Ubuntu 22.04.2 LTS (HWE 6.2.0.26.26 Kernel)) / Plesk Obsidian
Nginx 1.20.4 / Apache 2.4.52 (Ubuntu Backported) / MariaDB 10.11.4 / PHP 7.4.33
Reply With Quote