VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: toocool on May 04, 2015, 19:25:22 PM

Title: Where can i modify it?
Post by: toocool on May 04, 2015, 19:25:22 PM
Hello!

It's a VM products module's custom field.

Firebug code:

<div id="3-5customProductData_chzn" class="chzn-container chzn-container-single chzn-container-single-nosearch" style="width: 220px;">

Title: Re: Where can i modify it?
Post by: jenkinhill on May 04, 2015, 19:48:13 PM
Firebug can show you the css code that applies and in which file to can find it.

The code is generated in
components/com_virtuemart/assets/js/chosen.jquery.min.js
and is styled by
components/com_virtuemart/assets/css/chosen.css
Title: Re: Where can i modify it?
Post by: toocool on May 04, 2015, 20:01:24 PM
You are my hero! You always help me!

Thanks again!