Removing comment box on single event page
Removing comment box on single event page in modern calendar event can be done by following this visual instruction.
This is a default feature of WordPress. But if you want to remove the comment box on one or all of the events, do this:
Removing the comment box from Quick Edit
Removing the comment box from Page Settings
Update (save).
Removing the comment box by Custom CSS
If the previously mentioned methods did not solve the issue, you have the option to hide the comment box by utilizing CSS codes. Simply insert the following code into MEC Settings > Custom CSS.
.single-mec-events #comments {
display: none;
}
Report Out Dated Content
If you think the content of this page does not reflect updated information, please let us know.