-
AuthorPosts
-
November 14, 2013 at 11:47 am #192271Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 15, 2013 at 8:40 am #512329You can find and change logo path and css file as following
+ Open templates/ja_elastica/blocks/header.php file
<h1 class="logo">
<a href="<?php JURI::base(true) ?>" title="<?php echo $siteName; ?>">
<img src="<?php echo 'templates/'.T3_ACTIVE_TEMPLATE.'/images/logo-trans.png' ?>" alt="<?php echo $siteName; ?>" />
</a>
</h1>
With logo path: templates/ja_elastica/images/logo-trans.png
+ Open templates/ja_elastica/css/template.css file and change height to match with your logo size
h1.logo {
background: #ec534d;
float: left;
font-size: 1em;
height: 70px;
width: auto;
z-index: 12;
}h1.logo a {
background: none;
display: block;
font-size: 2em;
height: auto;
padding: 1em .5em;
text-align: center;
width: auto;
}
AuthorPostsViewing 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 ago.
We moved to new unified forum. Please post all new support queries in our New Forum
[JA ELASTICA] Logo replace
Viewing 2 posts - 1 through 2 (of 2 total)