How Does One Change the Color of the Country Names in Postal Address Fields?

  • PawPrince
    Asked on December 18, 2015 at 6:29 PM
  • abajan Jotform Support
    Replied on December 18, 2015 at 9:51 PM

    Hi again :)

    This can be achieved by adding the following rule to the bottom of the form's CSS:

    .form-address-country option {
       color: #0F0;
    }

    To add the code, click the Designer button

    How Does One Change the Color of the Country Names in Postal Address Fields? Image 1 Screenshot 40

    and then the CSS tab and insert it in the work area indicated by the second arrow below:

    How Does One Change the Color of the Country Names in Postal Address Fields? Image 2 Screenshot 51

    and save the change:

    How Does One Change the Color of the Country Names in Postal Address Fields? Image 3 Screenshot 62


    Of course, #0F0 can be changed to any color of your choice. This thread may also be of interest.

    If you would like further assistance with this, please inform us.

    Thanks