Announcement

Collapse
No announcement yet.

font of drop down list

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

    font of drop down list

    can anyone help please?

    I'm using a drop down list of attributes but can't find out where to change the font and size of the contents of the drop down list - I can change everything else but the list which is stuck in the original font

    Thanks a lot
    cordelia
    www.eShopAfrica.com

    #2
    For the changes to display in Internet Explorer you must be using a style sheet theme.

    1. Go to 'Advanced' menu and select 'Template Manager'
    2. Select the 'Product Variants' tab.
    3. Selct 'Drop Down List' | Header to open Act_VariantListHeader.html
    4. Replace
    <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF">

    with

    <SELECT CLASS="stylename" NAME="NETQUOTEVAR:ATTRIBUTEREF">

    Use any css class defined in actinic.css this way.

    If the theme doesn't use css, simply put <FONT> tags around the <SELECT>, the opening tag in Act_VariantListHeader.html and the closing tag in Act_VariantListFooter.html. However, the changes done this way will only display in Netscape Navigator browsers.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      Thanks Tracey for your reply... can I just confirm that actinic.css is part of Version 4? I can't find it on my version

      thanks again
      cordelia
      cordelia
      www.eShopAfrica.com

      Comment


        #4
        You don't have to use a CSS stylesheet. You can just declare the style in the select statement.

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment


          #5
          Hi Cordelia,

          Sorry, my mistake, version 4 does not include style sheet themes. However, Mike is right and you can define the style within the SELECT tags. I did the following in Act_VariantHeader.html to try it out:

          <SELECT STYLE="font-size:x-large; color:red" NAME="NETQUOTEVAR:ATTRIBUTEREF">

          This gives a drop-down list with a large font and red colour.

          I hope this helps.
          ********************
          Tracey
          SellerDeck

          Comment


            #6
            Works like a dream.... thanks for your help!
            cordelia
            www.eShopAfrica.com

            Comment

            Working...
            X