Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • original.com Friend
    #1050161

    Can we use a SVG logo ?

    B.T.

    Pankaj Sharma Moderator
    #1050357

    Hi
    You have to apply the logo directly in the header.php by doing some customisation in the logo code.
    Kindly open the template folder /tpls/blocks/header.php file

    <!-- LOGO -->
        <div class="col-xs-12 col-sm-3 logo">
            <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
                <a href="<?php echo JUri::base() ?>" 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 ?>
                    <?php if($logoimgsm) : ?>
                        <img class="logo-img-sm" src="<?php echo JUri::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
                    <?php endif ?>
                    <span><?php echo $sitename ?></span>
                </a>
                <small class="site-slogan"><?php echo $slogan ?></small>
            </div>
        </div>
        <!-- //LOGO -->

    Find and add the logo path directly there.

    Hope it helps.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

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