Notifications
Clear all
Important Information and Announcements
1
Posts
1
Users
1
Reactions
5,394
Views
Topic starter
25/12/2015 3:29 am
Some WordPress themes set form field placeholders color white. This affect wpDiscuz form fields' placeholders and those become invisible.
You can fix this issue using CSS code. Please go to wpDiscuz Settings > Style Tab and put this CSS code in "Custom CSS Code" textarea:
#wpcomm ::-webkit-input-placeholder {color: #777!important;} #wpcomm :-moz-placeholder {color: #777!important;opacity:1;} #wpcomm ::-moz-placeholder {color: #777!important;opacity:1;} #wpcomm :-ms-input-placeholder {color: #777!important;}
rikki reacted