News:

Support the VirtueMart project and become a member

Main Menu

Hide search box when more than 4 children are displayed?

Started by serazoo, January 12, 2021, 17:14:47 PM

Previous topic - Next topic

serazoo

Hello VM community

I searched the forum, can't find an answer  :'(
If there are more than 4 children in parent product, a search box appears, I want to hide it, disable it or modify 4 to 100

in revious versions, I add   .chzn-search { display: none; }
to  root\com_virtuemart\components\com_virtuemart\assets\css\chosen.css

This is not working anymore
Any thoughts?
thx


GJC Web Design

disable "Use jQuery chosen for dropdowns in FE" in VM config->config->templates
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

serazoo

This was so much easier than I thought!
Thank you GJC!