Tagged: x
-
AuthorPosts
-
October 18, 2016 at 4:06 am #1220524
ahurlburt53ParticipantNeed help with header display http://647.aaf.myftpupload.com/
screen shot will explain better
http://i.imgur.com/LvRnmvJ.pngREMOVE WHITE line
http://i.imgur.com/yPmrpHw.pngOctober 18, 2016 at 4:27 am #1220549
ChristopherModeratorHi 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.
October 18, 2016 at 4:42 am #1220560
ahurlburt53Participantty Ill see if clients like what i did so far. TY for your help
October 18, 2016 at 5:13 am #1220589
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1220524 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
