-
AuthorPosts
-
aman204 Friend
aman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 6, 2011 at 7:22 am #379887<em>@raajkapur 225748 wrote:</em><blockquote>I know I have to modify this:
#ja-footlogo a:hover,
#ja-footlogo a:active,
#ja-footlogo a:focus { background: #069; color: #fff; text-decoration: none; }</blockquote>Hi Raj,
Do you need further help with this 🙂
Cheers
April 6, 2011 at 5:28 pm #385204how do we go about if we have to add manual text ?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 6, 2011 at 5:37 pm #385209<em>@capellasoft 232691 wrote:</em><blockquote>how do we go about if we have to add manual text ?</blockquote>
Go to templates/ja_teline_iv/blocks/footer.php file and change this::
<div id=”ja-footlogo” >
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</div>to
<div id=”ja-footlogo” >
<a href=”index.php” title=”Manual text”><span>Manual text</span></a>
</div>and update the text accordingly
indrit Friendindrit
- Join date:
- June 2008
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 12, 2011 at 1:08 am #400602<em>@jotape22 214103 wrote:</em><blockquote>I am having difficulties replacing the site name ( as text ) at the bottom left of the footer for an image.
Can someone please tell me how I can do that.
I disabled CSS optimization, so I am working with the template CSS files, not the files in T3-Assets.
Any help is much appreciated!
Warm regards
Henrique</blockquote>I don’t see anyone response yet to really fit the above request. HOW TO REPLACE THE TEXT WITH AN IMAGE???
Please post the exact change.
what is the file to modify?
how?
<blockquote>You can change image here accordingly</blockquote> The above quote from aman204 doesn’t really tell me much at all. Sorry my friend but most of the guys in here are asking on how to change the text to image and the answer is still to be answered.regards,
Indritindrit Friendindrit
- Join date:
- June 2008
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 12, 2011 at 2:11 am #400608Here is how I did replace on my site the text with an image: see http://www.albohio.com/index
Open footer.php and find:
<div id="ja-footlogo" >
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</div>and replace with:
<div id="ja-footlogo" >
<a href="index.php"><img src="templates/ja_teline_iv/images/logo2.png" width="211" height="83" border="0"></a>
</div>
Of course you can name logo2.png what ever you like, simply make sure you place right on the above code.
I hope this helps as it helped me.
regards,
IndritSeptember 7, 2011 at 2:49 am #411093Change in the background property from right to left 🙂
Hi all
How can i move the image to left?
Here is the CSS code and the image#ja-footlogo {
background: url(../images/logo.png) no-repeat right top;
height: 85px;
left: 12px;
position: absolute;
text-align: center;
top: 3px;
text-indent:-999em;
width: 220px;
}Cheers
AuthorPostsThis topic contains 21 replies, has 8 voices, and was last updated by ilgar rzazade 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum