-
AuthorPosts
-
asturcat Friend
asturcat
- Join date:
- June 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
February 19, 2010 at 2:45 pm #148832Hi!
I changed the color of the links on the articles:
http://www.joomlart.com/forums/topic/change-link-color-in-the-article/but I could not do it in the footer and breadcrumbs:
What code should I change in CSS?
And how can I remove “Powered By T3 Framework”?
Thank you!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 23, 2010 at 4:07 am #333506Hi you
open templates/ja_seleni/css/template.css file, find following code:
#ja-breadcrumbs a {
color:#446611;
padding:0 2px;
text-decoration:none;
}here you can change the color of breadcrumbs via the red text
– with the link at th footer, find following code in template.css file to change:
.ja-copyright a {
color:#446611;
}
Hope it helps
1 user says Thank You to JA Developer for this useful post
asturcat Friendasturcat
- Join date:
- June 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
February 23, 2010 at 12:26 pm #333582Yes! Thank you!
Please, and how can I remove “Powered By T3 Framework”?
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
February 23, 2010 at 2:55 pm #333596asturcat;166129Yes! Thank you!
Please, and how can I remove “Powered By T3 Framework”?
Open the template.css file and search for
/* T3 Framework logo —*/
then comment out the code under it by putting /* —*/ around it like in my example/*#ja-poweredby {
height: 20px;
position: absolute;
left: 15px;
top: 48px;
width: 160px;
}#ja-poweredby a#t3-logo {
background: url(../images/t3-logo.gif) no-repeat left top;
display: block;
height: 20px;
text-indent: -999%;
width: 160px;
text-decoration: none;
}#ja-poweredby a#t3-logo:hover,
#ja-poweredby a#t3-logo:focus,
#ja-poweredby a#t3-logo:active {
background-position: left bottom;
}—*/Cheers Shannon
1 user says Thank You to uniquebiz for this useful post
asturcat Friendasturcat
- Join date:
- June 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
February 23, 2010 at 3:10 pm #333601Thanks uniquebiz!
I erased the code but still it showed the text. Also thanks.To fix it I had to delete in layouts blocks footer.php the following code:
<div id=”ja-poweredby”>
<a id=”t3-logo” href=”http://t3.joomlart.com” title=”Powered By T3 Framework” target=”_blank”>Powered By T3 Framework</a>
</div>Thanks!
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by asturcat 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum