Notifications
Clear all

[Solved] Comment Discussion

2 Posts
2 Users
1 Reactions
1,824 Views
fizbro
(@fizbro)
New Member
Joined: 6 years ago
Posts: 4
Topic starter  

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?


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6147
 

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