Announcement

Collapse
No announcement yet.

Changing attributes of VARIANTLABEL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Changing attributes of VARIANTLABEL

    When selling a product with options, I would like to have the drop-down menu (and prompt) appear in 8pt text.

    How can I change the attributes of;
    NETQUOTEVAR:VARIANTLABELS and NETQUOTEVAR:VARIANTSELECTORS?

    Any help appreciated.

    #2
    Edit the template containing these netquotevars and add the appropriate <span> tags either side of the NVQs in the template. Exactly what those would be will depend on any changes you might have made to your actinic.css file.

    You may be better with the em equivalent of 8pt rather than a fixed point size. The change from point sizes to ems would be made in the css file.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      You'll probably need to use CSS to modify the inside of the drop-down boxes. Edit Act_VariantListHeader.html and add style there. E.g.

      <SELECT style="font-size: 8px" .....>

      However it might be best to add a class= tag that points to a more detailed set of style rules (which you can add to actinic.css).
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks

        Thanks, I'll give those suggestions a try.

        Comment

        Working...
        X