Okay
  Public Ticket #1272880
Hide registration only from header ribbon
Closed

Comments

  • Hotelz started the conversation

    Hello Guys,

    Is there any option to hide the registration only from header ribbon ? 

    Its mean after that will be only the sign in option  ?

    Thanks

    Nitzan

  •  2,054
    Theme replied

    Hi Nitzan,

    You can copy header.php to your child theme, edit the file and remove lines 102 to 104:

    <?php if ( !empty( $register_page_url ) ) { ?>
    <li><a class="fn register_lightbox toggle_lightbox" href="javascript:void(0);" title="<?php esc_attr_e('Register', 'bookyourtravel'); ?>"><?php esc_html_e('Register', 'bookyourtravel'); ?></a></li>
    <?php } ?>
    


    Best regards,

    themeenergy support

  • Hotelz replied

    Thanks :)