Hi, I have done some searching in these forums for how to do this, (so please excuse me if Ive missed something) but have not been able to find and answer.
I would like to be able to remove the following fields from the admin area, when adding a new event.
“Country”, “State & Province” and the check box which says “Show google maps link”.
Can anyone help with some instrauctions on how to remove these fields?
The best way to do this is to simply hide these fields with custom admin CSS that you can apply by retrieving the selectors of the elements you want to hide and then setting display: none