Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1227617
    Alexander Riddle
    Participant

    Is there any way I could go and add my phone number to my header, similar to this site?

    http://campbowwowfranchise.com/
    http://i.imgur.com/HGoczN4.png

    My site is http://staging9.intencrypt.com/

    Thanks!

    #1227838
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! What you are trying to accomplish requires a template customization, we would like to suggest that you use a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    After the child theme is set up, please add the following code in your child theme’s functions.php file

    // Add phone and text next to the logo
    // =============================================================================
    function add_logo_text_number(){ ?>
      
      <div class="custom-text right pas">
        <span class="phone-number">#0987654321</span><br>
        <span class="address">Your adress here</span>
      </div>
    
    <?php }
    add_action('x_after_view_global__brand', 'add_logo_text_number');
    // =============================================================================

    Please let us know if this works out for you.

  • <script> jQuery(function($){ $("#no-reply-1227617 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>