• Resolved catchthis.ca

    (@catchthisca)


    Hello, I can’t seem to work out what I need to do to make the text in the dropdown fields in the woocommerce forms to be any color other than white…which makes it difficult to navigate as it is white over white. Can someone please assist?

    To see a screencap of said problem please go here: https://snag.gy/hVGYas.jpg
    I have noted one of the problem areas with a little triple arrow.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css:

    .select2-results__option {
      color: #444;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    Check any other drop-downs on your site for unwanted side effects.

    Plugin Support slash1andy

    (@slash1andy)

    Automattic Happiness Engineer

    This is resolved, as Lorro gave the correct snippet above.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text color in dropdown input fields…’ is closed to new replies.