QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Delete the logo and replace it with a header image.

Started by Noble, Today at 05:21 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Noble

You cannot view this attachment.

1. open  yourwebsite.com\Themes\default\index.template.php

Find and delete all
echo '
    <div id="header">
        <h1 class="forumtitle">
            <a id="top" href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name_html_safe'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name_html_safe'] . '">', '</a>
        </h1>';

    echo '
        ', empty($settings['site_slogan']) ? '<img id="smflogo" src="' . $settings['images_url'] . '/smflogo.svg" alt="Simple Machines Forum" title="Simple Machines Forum">' : '<div id="siteslogan">' . $settings['site_slogan'] . '</div>', '';

2. fine
</div><!-- .inner_wrap -->
    </div><!-- #top_section -->';

echo '

3. add to

<div id="header">
            <h class="forumtitle">
                <a href=""><img src="[color=red]https://i.postimg.cc/nhzrq7LS/test.jpg[/color]" alt="" title=""></a>
            </h>
    </div>



finish