How to Remove the Register Button from the Header.

  1. Home
  2. Docs
  3. Fudge
  4. Frequently Asked Question...
  5. How to Remove the Register Button from the Header.

How to Remove the Register Button from the Header.

If you prefer not having the Register Now button that shows in the Header you can easily remove it following this tutorial.

 

1. Please remember to take a backup of the files before you edit them.

2. Login to your admin dashboard.

3. Navigate to Appearance->Editor. On the right side select Header (header.php).

4. Within this file (header.php) look for the following code:

 

<?php if (get_option(‘fudge_registration_widget_title’)) { ?>
<a class=”btn secondary-bkg-color” title=”<?php _e(‘Register Now’, ‘fudge’); ?>” href=”#registration”><?php _e(‘Register Now’, ‘fudge’); ?></a>
<?php } ?>

 

5. Comment or remove this code to prevent the button from showing.

6. Update the file.

Was this article helpful to you? Yes 2 No 9