• Hello
    is there a way through css to change the color of the item selected in the drop-down menu of wpcf7?
    The default color is blue and I would like to use another type.

    I have tried with:

    .wpcf7-select select {
         background-color: # 222! important;
         color: #fff! important;
    }

    but it does not work

    • This topic was modified 4 years, 7 months ago by maweb.
  • The topic ‘DropDown Menu Color’ is closed to new replies.