Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • faj2323 Friend
    #183948

    Hi,
    I’m trying to set up a page based on the JA Purity II template using Joomla! 2.5. I’m wanting a custom logo in the top header area and have figured out how to modify template.css to expand the header size.
    However, I can’t turn off the logo text – when I go into the backend under Profiles/Default I can select logo type = Text and clear the logo text box, but when blank it defaults to the site name. How can I get rid of it altogether?
    Unfortunately most of the documentation I’m finding relates to Joomla 1.x and isn’t relevant.
    Thanks in advance.

    Ninja Lead Moderator
    #479989

    You can customize it as per my suggestion
    Copy
    <blockquote>plugins/system/jat3/jat3/base-themes/default/blocks/header.php</blockquote>
    Paste to
    <blockquote>templates/ja_purity_ii/blocks</blockquote>

    Open header.php file
    and customize it here

    <div class="logo-text">
    <h1><a href="<?php JURI::base(true) ?>" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    </div>

    If you need to change css file
    <blockquote>templates/ja_purity_ii/css/template.css</blockquote>

    h1.logo a span { position: absolute; top: -1000px; }

    h1.logo, div.logo-text { float: left; z-index: 1; position: relative; }

    h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum