<?php
function gh_hide_contact_location_info() {
echo '
/* Hide H2 Location */
.top-left-square h2:nth-of-type(3) {
display: none;
}
.top-left-square .gh-rows-and-columns:nth-of-type(3) {
display: none;
}
';
}
add_action('admin_head', 'gh_hide_contact_location_info');
Was this helpful?
Let us know if this document answered your question. That’s the only way we can improve.
