Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pomicult Friend
    #204397

    Hello!

    Please help me to disable logo and increase space for menu – and possibly centering menu.

    JA MEDICARE TEMPLATE

    My site is on localhost now.

    Thank you!


    1. WWW
    Pankaj Sharma Moderator
    #561917

    Hello
    You can hide the logo by css (Dispaly:none;)
    add the below css in custom.css file

    .logo {display:none;}
    Path: /templates/Your JA template/css/custom.css if there is no custom.css file then create it in css folder.
    If You want to Remove/comment out the Source code of the logo .
    Go to templatesja_medicaretplsblocksheader.php
    Find and Comment out/Remove the Code


    <!-- LOGO -->
    <div class="col-xs-10 col-sm-10 col-md-3 logo">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <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 ?>
    <?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>
    <small class="site-slogan"><?php echo $slogan ?></small>
    </a>
    </div>
    </div>
    <!-- //LOGO -->

    If you are removing the Logo code and want to use the full space only for menu .
    Then also find the code in header.php file

    <!-- MAIN NAVIGATION -->
    <div id="t3-mainnav" class="col-xs-12 col-sm-12 col-md-9">

    Change it into

    <!-- MAIN NAVIGATION -->
    <div id="t3-mainnav" class="col-xs-12 col-sm-12 col-md-12">


    Take a backup of original file before applying changes .

    pomicult Friend
    #562025

    EXCELLENT !!!

    Best regards!:)

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

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

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