*

ally

  • ***
  • 33 posts
Information on Header
« on: November 17, 2017, 07:34:00 AM »
Hi,

How can I remove the Header Information menu on the left side. I've looked around settings and couldn't find it.

Thanks

*

MB Themes

Re: Information on Header
« Reply #1 on: November 17, 2017, 10:40:00 AM »
@ally
Remove in header.php located in theme folder.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ally

  • ***
  • 33 posts
Re: Information on Header (solved)
« Reply #2 on: November 17, 2017, 07:23:04 PM »
I just removed this file. Am I right?

    <!-- TOP INFO LINKS -->
    <span class="top-info not767<?php if( osc_is_web_user_logged_in() ) { ?> logged<?php } ?>">
      <div class="mb-tool-cover">
        <span class="open"><?php _e('Information', 'zara'); ?><i class="fa fa-angle-down"></i></span>

        <div id="info-wrap" class="mb-tool-wrap">
          <div class="mb-tool-cover">
            <div id="info-box">
              <div class="what"><i class="fa fa-question-circle"></i><?php _e('For more information about our classifieds, please check following links.', 'zara'); ?></div>

              <?php osc_reset_static_pages(); ?>
              <?php while(osc_has_static_pages()) { ?>
                <span><a href="<?php echo osc_static_page_url(); ?>" title="<?php echo osc_esc_html(osc_static_page_title()); ?>"><?php echo ucfirst(osc_static_page_title());?></a></span>
              <?php } ?>
            </div>
          </div>
        </div>
      </div>
    </span>

*

MB Themes

Re: Information on Header
« Reply #3 on: November 17, 2017, 09:10:15 PM »
@ally
Correct
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots