HEADER STYLE with no logo

Posted in: Newspaper
Post count: 9

Hello,
I need to have my HEADER STYLE with no logo on my menu. All available styles have the logo attached one way or the other. I just want the menu to exist without any logo added.

Thanks.

t2e

Post count: 6535

Hi

To remove the logo you need to edit the file corresponding with the header style that you’re using and delete this code: http://screencast.com/t/tdX9Sat7CeFQ

Let me know how it goes.
Thanks!

Post count: 9

I am using header style 6. see code below. which part Iam I to remove?

<!–
Header style 6
–>

<div class=”td-header-wrap td-header-style-6″>

<div class=”td-header-top-menu-full”>
<div class=”td-container td-header-row td-header-top-menu”>
<?php td_api_top_bar_template::_helper_show_top_bar() ?>
</div>
</div>

<div class=”td-header-menu-wrap-full”>
<div class=”td-header-menu-wrap”>
<div class=”td-container td-header-row td-header-main-menu black-menu”>
<?php locate_template(‘parts/header/header-menu.php’, true);?>
</div>
</div>
</div>

<div class=”td-banner-wrap-full”>
<div class=”td-container-header td-header-row td-header-header”>
<div class=”td-header-sp-recs”>
<?php locate_template(‘parts/header/ads.php’, true); ?>
</div>
</div>
</div>

</div>

Post count: 6535

Hi

Header style 6 have a different implementation then others header styles, so to remove the logo you need to edit header-menu.php file and comment this lines: http://screencast.com/t/9myqkP9J33yhttp://screencast.com/t/gC9M0oP6c

Let me know how it goes.
Thanks!

Post count: 9

Yea, the comment help remove the logo.
Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.