Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ftwent Friend
    #162160

    How do i remove the blue banner/logo at the top of the page?

    Phill Moderator
    #384138

    Can 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 Friend
    #384143

    I think it is the main logo and i want the blue banner removed i added a picture..

    thank for your time..


    1. 30-3-2011-21-05-25
    Phill Moderator
    #384144

    Please see the above then. I’ve added what I think you need.

    ftwent Friend
    #384148

    Thank you…i worked

Viewing 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