Announcement

Collapse
No announcement yet.

Text Size in Drop down Lists

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

    Text Size in Drop down Lists

    I have looked through the KB and searched the forum but am unable to find anything on changing the text size (and colour) in the drop down lists, is this possible?

    If yes where abouts would I find the template etc to modify.

    Regards
    Brian

    #2
    You would be best off applying a CSS style to the drop down box.

    Go to the Template Manager --> Product Variants --> Drop Down List.

    Choose Header and where it says:

    <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF">

    change to:

    <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF" select="select">

    Or

    <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF" style="color:#000066">

    Then make sure to add the desired class to the stylesheet:

    .select {color:#000066}

    Then preview and upload.
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      I think Dave typo'd

      <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF" select="select">

      should be

      <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF" class="select">

      and you then also use the CSS line as he mentioned.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Yes my typo...

        You are right of course... should be class="select".
        http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
        http://www.dtbrownseeds.co.uk - More seeds and plants....
        http://www.mr-fothergills.co.uk - Well it used to be Actinic...

        Comment

        Working...
        X