Notifications
Clear all
Topic starter
08/03/2018 7:15 am
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
09/03/2018 5:22 pm
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; }