AI Assistant
Notifications
Clear all

[Solved] Submit button visible by default

2 Posts
2 Users
0 Reactions
3,117 Views
(@serhan)
Active Member
Joined: 8 years ago
Posts: 5
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#2087]

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: 8 years ago
Posts: 6645
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

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