Non riesco a mettere un css, es. color:red; in queste select o option php.
Codice HTML:
$checkbox_field = "<select name='subscribe-reloaded' id='subscribe-reloaded'><option value='none'".((get_option('subscribe_reloaded_checked_by_default', '1') == '1')?" selected='selected'":'').">".get_option('subscribe_reloaded_dropdown_label', 'Non inviare notifiche email.')."</option><option value='yes'".((get_option('subscribe_reloaded_checked_by_default', '1') == '2')?" selected='selected'":'').">".get_option('subscribe_reloaded_dropdown_label1', 'Send Email Notification ONLY If Someone Replies To My Comment(s).')."</option><option value='replies'".((get_option('subscribe_reloaded_checked_by_default', '1') == '3')?" selected='selected'":'').">".get_option('subscribe_reloaded_dropdown_label2', 'Manda un\'email quando un nuovo commento è postato.')."</option></select>";