View Full Version : Disable site name and tag?
scopolamine
10-30-2011, 10:30 PM
I want to delete site name and tag from the header section. I'll upload a logo instead. What should I do?
PuckRobin
10-31-2011, 03:10 AM
For default theme, edit these lines in index.php:
<!-- TITLE & AD BLOCKS -->
<div id="hd_title">
<h1><a href="<?php echo SITEURL; ?>"><?php echo SITE_NAME; ?></a></h1>
<h3 class="subtitle"><?php echo $h->vars['theme_settings']['tagline']; ?></h3>
</div>
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.