Notifications
Clear all

[Solved] Submit button visible by default

2 Posts
2 Users
0 Likes
2,556 Views
(@serhan)
Active Member
Joined: 6 years ago
Posts: 5
Topic starter  

Hello,

I've just installed this plugin. It sure is neat. I have a question though, is it possible to make the Submit (comment) button visible by default? Right now it appears when you click on the comment box, but I want it to appear from the get go. Is it possible?

Thanks


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5938
 

Hi serhan,

You can use this CSS code. Put it in Dashboard > Comments > Settings > Styling > “Custom CSS Code” textarea, then save, delete cache and do CTRL+F5 on front-end:

#wpcomm .wc-form-footer {
    display: block !important;
}

 


   
ReplyQuote
Share:
Scroll to top