Okay
  Public Ticket #1213965
Header ribbon
Closed

Comments

  • Luis Antonio started the conversation

    Hello,

    I would like remove the element "Cart" of the header ribbon menu . How can I do it?

    Thank you

  •  2,054
    Theme replied

    Hi,

    Please copy header.php to your child theme. Edit the file, and remove lines 105 to 108:

    <?php
        if (!empty($cart_page_url)) { ?>
        <li><a class="fn" href="<?php echo esc_url( $cart_page_url ); ?>"><?php esc_html_e('Cart', 'bookyourtravel'); ?></a></li>    
    <!?php     } ?>
    

    Best regards,

    themeenergy support