-
AuthorPosts
-
ftwent Friend
ftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 30, 2011 at 6:45 pm #162160How do i remove the blue banner/logo at the top of the page?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 30, 2011 at 6:54 pm #384138Can you post an image showing what you want removed?
As a guess you would first open templates>ja_zeolite_ii>layouts>blocks>header.php and remove or comment out the lines I have highlighted in red below.
<!-- CPANEL -->
<div id="ja-cpanel" class="wrap">
<div class="main clearfix">
<?php if ($this->countModules('search')) { ?>
<div id="ja-search">
<jdoc:include type="modules" name="search" style="raw" />
</div>
<?php } ?><div id="ja-pathway">
<strong><?php echo JText::_('You are here');?></strong><jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
</div>
<!-- //CPANEL --><div id="ja-header" class="wrap">
<div class="main">
<div class="inner clearfix"><?php
$siteName = $this->sitename();
if ($this->getParam('logoType')=='image'): ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php else:
$logoText = (trim($this->getParam('logoType-text-logoText'))=='') ? $config->sitename : $this->getParam('logoType-text-logoText');
$sloganText = (trim($this->getParam('logoType-text-sloganText'))=='') ? JText::_('SITE SLOGAN') : $this->getParam('logoType-text-sloganText');?>
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
<?php endif; ?><?php if (!$this->isContentEdit() && $this->countModules('vm-cart')) { ?>
<div id="ja-vmcart">
<jdoc:include type="modules" name="vm-cart" style="xhtml" />
</div>
<?php } ?>
<!-- MAIN NAVIGATION -->
<?php $this->loadBlock('mainnav') ?>
<!-- //MAIN NAVIGATION -->
</div>
</div>
</div>
Then open template.css around line 859 and change
#ja-header .main {
background-color:#54992F;
height:150px;
min-height:150px;}
to
#ja-header .main {
background-color:#54992F;
height:40px;
min-height:40px;}
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 30, 2011 at 7:10 pm #384143I think it is the main logo and i want the blue banner removed i added a picture..
thank for your time..
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 30, 2011 at 7:28 pm #384148Thank you…i worked
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by ftwent 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How do i remove the blue banner/logo?
Viewing 5 posts - 1 through 5 (of 5 total)