PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Changing fonts in drop down menu

  1. I have a basic form which works well for me but I would like to change the fonts in the drop down menu to match the font on my site. At the moment the font is Palatino - how do I go about this? (I have every little CSS knowledge ...!)

    http://www.jamesdavidson.co.uk/wedding-booking-form/

    Many thanks

    Posted 13 years ago on Tuesday August 31, 2010 | Permalink
  2. Styling drop down field can sometimes be an issue as some browser don't support it. But you can use the following CSS to target the drop down. You would place this CSS in your theme's stylesheet.

    option {font: 12px Palatino;}

    Just keep in mind applying CSS to select options isn't going to work in all browsers.

    Posted 13 years ago on Tuesday August 31, 2010 | Permalink
  3. Thanks Carl, i think my theme's stylesheets are a bit of mine field but I'll see if I can make it work!

    Posted 13 years ago on Tuesday August 31, 2010 | Permalink