Jump Menu Font

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,
For sure. You can change size/font/colour etc with CSS, eg
<style type="text/css">
#yourMenu{
font-size:12px;
}
</style>
<select id="yourMenu".....
 
Back
Top