Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ulflun Friend
    #197650

    Hello!

    How do I completely remove the logo area from all the pages?
    Including logo text/logo image.

    div “<div class=”logo logo-text” >?

    Thanks for a great theme! 🙂

    chavan Friend
    #534641

    go to this File: templatespurity_iiitplsblocksheader.php

    Comment this code or remove this . doing this removes the logo and its text


    <!-- LOGO -->
    <div class="logo logo-<?php echo $logotype ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    </div>
    <!-- //LOGO -->

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

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 9 years, 12 months ago.

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