Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mikedos Friend
    #192271

    Hello!

    I want to replace logo in JA ELASTICA like this (attachment). How i can do this?


    1. logo
    Ninja Lead Moderator
    #512329

    You 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;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 5 months ago.

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