-
AuthorPosts
-
March 6, 2015 at 10:04 am #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!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 6, 2015 at 2:48 pm #561917Hello
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 .March 7, 2015 at 11:24 am #562025EXCELLENT !!!
Best regards!:)
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by pomicult 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove/disable LOGO – replace with menu
Viewing 3 posts - 1 through 3 (of 3 total)