-
AuthorPosts
-
July 20, 2011 at 2:05 pm #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
miniu81 Friendminiu81
- Join date:
- July 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
July 20, 2011 at 2:31 pm #402112You 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 20, 2011 at 2:50 pm #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>1 user says Thank You to khoand for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 20, 2011 at 2:54 pm #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 cachekhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 20, 2011 at 2:56 pm #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
2 users say Thank You to khoand for this useful post
July 20, 2011 at 8:11 pm #402157Thanks, it works
AuthorPostsViewing 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
How can I change footer?
Viewing 6 posts - 1 through 6 (of 6 total)