Notifications
Clear all

[Closed] Comment form fields don't have placeholders

1 Posts
1 Users
1 Likes
5,113 Views
(@wpdiscuz)
Active Member Admin
Joined: 8 years ago
Posts: 7
Topic starter  

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
Share:
Scroll to top