Announcement

Collapse
No announcement yet.

Quanity Box

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

    Quanity Box

    Is there any way to control the look of the box that holds the quantity of products ordered? Or to change the look of the drop down lists for component choices?

    Have had a rumage around but can't find anything relating to this.

    Thanks

    Kathy
    Kathy Newman

    #2
    you can change the look of these by using css

    eg

    input,textarea,select
    {
    font-family: Verdana, Arial, "MS Sans Serif";
    font-size: xx-small;
    }

    Comment


      #3
      Thanks Jo - that's partly done what I wanted - however is there a way to change the grey outline of the box and the grey down arrow when there is a choice selection?

      Kathy
      Kathy Newman

      Comment


        #4
        try this

        http://www.domedia.org/oveklykken/cs...-down-menu.php

        Comment

        Working...
        X