Tagged: x
-
AuthorPosts
-
October 23, 2016 at 6:22 pm #1227617
Alexander RiddleParticipantIs 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.pngMy site is http://staging9.intencrypt.com/
Thanks!
October 23, 2016 at 10:26 pm #1227838
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1227617 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
