You could add the following CSS:
#sac-form label { display: none; }
You can add that to the plugin setting, “Custom CSS styles” or your theme styles, wherever. If adding via the plugin setting, make sure that the associated setting, “Enable custom styles” also is enabled.
Thank you!
Btw is it able to remove the “say it” button and just have send when press enter?
Yes once again you can use CSS to make such changes:
#sac-user-submit { display: none; }
You can add that to the plugin setting, “Custom CSS styles” or your theme styles, wherever. If adding via the plugin setting, make sure that the associated setting, “Enable custom styles” also is enabled.