Replies: 1
I styled my form fields to look like this:

As you see, the ‘Select category’ field still looks odd.
I used the following CSS:
padding-top: 20px;
border-top: white;
border-right: white;
border-left: white;
border-bottom-left-radius: 15px;
font-style: italic;
font-size: 14px;
I works on all fields, except the category field. When I add !important, it looks good in Elementor editor, but in front-end the desired style pops up briefly to disappear in a split second.

Can you help me fix this?