File: /var/www/html/wpkoopkj/wp-content/themes/ohio/parts/elements/menu_button.php
<?php
$header_button = OhioOptions::get_global( 'custom_button_for_header', false );
$button_link = OhioOptions::get_global( 'custom_button_for_header_link' );
?>
<?php if ( $header_button && $button_link ): ?>
<a href="<?php echo esc_url( $button_link['url'] ); ?>" class="button -small btn-optional" target="<?php echo esc_html( $button_link['target'] ); ?>">
<?php echo esc_html( $button_link['title'] ); ?>
</a>
<?php endif; ?>