I\'m using a form with a drop-down menu that contains some options disabled, so the users cannot select them. I\'m trying to customize via css these elements but I have some
I do not think you can target an option tag using pure CSS; you can only modify a select tag.
option
select
However, there are workarounds. See this question.