Hi
Can anyone point me in the right direction. I am trying to change the size of the text within the Product Variants Drop Down Lists
On Act_VariantListChoice I have changed:
<OPTION VALUE=NETQUOTEVAR:CHOICESELVALUE NETQUOTEVAR:ITEMSELECTED>NETQUOTEVAR:CHOICENAME
to:
<OPTION VALUE=NETQUOTEVAR:CHOICESELVALUE NETQUOTEVAR:ITEMSELECTED><SPAN
CLASS="actxxsmall">NETQUOTEVAR:CHOICENAME</span>
but this is not correct. If anyone can confirm how I do this i would appreciate it.
Can anyone point me in the right direction. I am trying to change the size of the text within the Product Variants Drop Down Lists
On Act_VariantListChoice I have changed:
<OPTION VALUE=NETQUOTEVAR:CHOICESELVALUE NETQUOTEVAR:ITEMSELECTED>NETQUOTEVAR:CHOICENAME
to:
<OPTION VALUE=NETQUOTEVAR:CHOICESELVALUE NETQUOTEVAR:ITEMSELECTED><SPAN
CLASS="actxxsmall">NETQUOTEVAR:CHOICENAME</span>
but this is not correct. If anyone can confirm how I do this i would appreciate it.
Comment