Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • alekseyg Friend
    #166526

    Friends, I would like to make some changes on footer, could you advise how I can:
    1. remove module with site name
    2. change content of footer
    3. change colour of footer.
    details are on screenshot


    1. footer-change
    miniu81 Friend
    #402112

    You have to make a change in the file: ../templates/ja_teline_iv/blocks/footer.php go to line 22 <div id=”ja-footlogo” > there you change what you want, for example to delete the site name. If You want to change the color of this black box were you have the site name then go to ../templates/ja_teline_iv/css/template.css in line 1090 you have the section /* Foot Logo —*/ where you define color, picture etc.

    good luck

    khoand Friend
    #402116

    <em>@alekseyg 254411 wrote:</em><blockquote>
    1. remove module with site name
    </blockquote>

    Hi,
    You remove this code from templatesja_teline_ivblocksfooter.php in the line #22

    <div id="ja-footlogo" >
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </div>

    khoand Friend
    #402118

    <em>@alekseyg 254411 wrote:</em><blockquote>
    2. change content of footer
    </blockquote>

    – You change this from pluginssystemjat3jat3base-themesdefaulthtmlmod_footerdefault.php

    <?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/" title="Visit Joomlart.com!">JoomlArt.com</a>.
    – Clean cache

    khoand Friend
    #402119

    <em>@alekseyg 254411 wrote:</em><blockquote>
    3. change colour of footer.
    </blockquote>

    – You change this code /templates/ja_teline_iv/css/template.css int line #1050

    #ja-footer .main-inner1 {
    padding: 12px 0 24px 240px;
    background: #1F1F1F; < change this line
    }

    – Clean cache

    alekseyg Friend
    #402157

    Thanks, it works

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

This topic contains 6 replies, has 3 voices, and was last updated by  alekseyg 13 years, 4 months ago.

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