Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220524
    ahurlburt53
    Participant

    Need help with header display http://647.aaf.myftpupload.com/

    screen shot will explain better
    http://i.imgur.com/LvRnmvJ.png

    REMOVE WHITE line
    http://i.imgur.com/yPmrpHw.png

    #1220549
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .x-logobar {
        display: none;
    }

    Copy wp-header.php from framework/views/renew and put it in the same path inside child theme, replace existing code with following :

    <?php
    
    // =============================================================================
    // VIEWS/RENEW/WP-HEADER.PHP
    // -----------------------------------------------------------------------------
    // Header output for Renew.
    // =============================================================================
    
    ?>
    
    <?php x_get_view( 'global', '_header' ); ?>
    
      <?php x_get_view( 'global', '_slider-above' ); ?>
    
      <header class="<?php x_masthead_class(); ?>" role="banner">
      <?php x_get_view( 'renew', '_landmark-header' ); ?>
      	<?php x_get_view( 'global', '_navbar' ); ?>
      	<?php x_get_view( 'global', '_topbar' ); ?>
      </header>
    
      <?php x_get_view( 'global', '_slider-below' ); ?>
      

    Hope that helps.

    #1220560
    ahurlburt53
    Participant

    ty Ill see if clients like what i did so far. TY for your help

    #1220589
    Thai
    Moderator

    If you need anything else please let us know.

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