Header Banner, can't get it to work
Re: Header Banner, can't get it to work
It works!! Thank you so much. this ext. will make it soo easy to change the header.. again thank you for all your help
-
- Site Admin
- Posts: 542
- Joined: Tue Nov 18, 2014 11:30 am
Re: Header Banner, can't get it to work
No problem, glad its worked how you want it. Just remember than if/when there is a new win10 version released if you replace all of the win10 files you will reverse this edit.
Are you comfortable editing template files? If so its easy for you to do yourself.
OPEN
overall_header.html
FIND AND DELETE
FIND AND DELETE
FIND
DELETE
SAVE UPLOAD PURGE CACHE
Remember to use a text editor such as NOTEPAD or NOTEPAD ++ not a word processor program such as WORD or DREAMWEAVER
If you would rather not edit the file yourself, just give me a shout when the time comes
Are you comfortable editing template files? If so its easy for you to do yourself.
OPEN
overall_header.html
FIND AND DELETE
Code: Select all
<div class="headerbar" role="banner">
Code: Select all
<div id="site-description" class="site-description">
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
Code: Select all
<!-- EVENT overall_header_searchbox_after -->
</div>
<!-- EVENT overall_header_headerbar_after -->
Code: Select all
</div>
Remember to use a text editor such as NOTEPAD or NOTEPAD ++ not a word processor program such as WORD or DREAMWEAVER
If you would rather not edit the file yourself, just give me a shout when the time comes