Notifications
Clear all
Topic starter
11/09/2018 12:30 pm
Hy, I want to make the comment box, username and email already appear when the post is loaded. So the users dont have to click the discussion to view the name and email box. Is this possible?
11/09/2018 2:23 pm
Hi fizbro,
Please use the following CSS code. Navigate to Dashboard > Comments > Settings > Styling admin page put the following code in "Custom CSS Code" textarea.
#wpcomm .wc-form-footer{
display: block !important;
}
fizbro reacted