• 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 6 years, 1 month ago by maweb.

The topic ‘DropDown Menu Color’ is closed to new replies.