Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    You just need to figure out the CSS selectors for the appropriate input elements. You can also use the CSS “id” selectors as well. Something like this will set the background color for select elements to pink.

    .ss-form-entry > select {
        background-color: pink;
    }

    I recommend using something like FireBug to work out your CSS selectors.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Marking resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS styling for drop-downs’ is closed to new replies.