Hi Marsha
To hide the instructional info, can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?
.tribe-events-meta-group-other dt {display:none !important}
Changing the text from Other is a little bit more involved. You’ll want to start out in the Themer’s Guide. You’ll be overriding this file:
/wp-content/plugins/events-calendar-pro/src/views/pro/modules/meta/additional-fields.php
On line 18 Change ‘Other’ to the phrase you’d like.
Do make sure before you modify this that you have duplicated the necessary files into your theme. This will prevent plugin update conflicts.
Let me know if this works out for you.
Thanks
Courtney ๐