Is it possible to reduce the default text size used by drop down boxes?
Announcement
Collapse
No announcement yet.
Components - Drop Down Boxes
Collapse
X
-
Hi,
In Advanced | Template Manager | Product Variants click on Header under Drop down list, this should open Act_VariantListHeader.html
On the line : <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF" , add this before the ">" ........... CLASS="actxxsmall" , for eg
<SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF" CLASS="actxxsmall">
Save and then check teh preview in Actinic.
Kind regards,Bruce King
SellerDeck
Comment