-
AuthorPosts
-
lailuluelo Friend
lailuluelo
- Join date:
- May 2010
- Posts:
- 241
- Downloads:
- 7
- Uploads:
- 34
- Thanks:
- 110
- Thanked:
- 21 times in 1 posts
January 30, 2014 at 2:15 pm #1942801.- I tried to change logo like this post:
http://www.joomlart.com/forums/topic/logo-ja-fixel/And I can´t, new logo appears but old logo stayed there and the size is the old size:
2.- It is possible change the link in the logo to go to another url
Thank you
lailuluelo Friendlailuluelo
- Join date:
- May 2010
- Posts:
- 241
- Downloads:
- 7
- Uploads:
- 34
- Thanks:
- 110
- Thanked:
- 21 times in 1 posts
January 31, 2014 at 10:53 am #520624Could anybody help me?:-[
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 2, 2014 at 4:02 am #520763Following modification will help to change the size logo on JA Fixel Template:
Open templates/ja_fixel/css/themes/blue/template.css file,
Change
.t3-mainnav .navbar .nav > li {
margin: 0 15px;
}
.logo-image a {
background-image: url("../../../images/logo.png");
background-repeat: no-repeat;
width: 38px;
height: 30px;
display: block;
}
.logo-image {
overflow: hidden;
width: 60px;
height: 60px;
}
html .t3-mainnav .logo-image a {
background-image: url("../../../images/themes/blue/logo-light.png") !important;
} @media (min-width: 980px) {
html .t3-mainnav.light-mainnav .logo-image a {
background-image: url("../../../images/themes/blue/logo-light.png") !important;
}
}
To
.t3-mainnav .navbar .nav > li {
margin: 0 10px;
}
.logo-image a {
background-image: url("../../../images/logo.png");
background-repeat: no-repeat;
width: 250px;
height: 30px;
display: block;
}
.logo-image {
overflow: hidden;
width: 250px;
height: 60px;
}
html .t3-mainnav .logo-image a {
background-image: none !important;
} @media (min-width: 980px) {
html .t3-mainnav.light-mainnav .logo-image a {
background-image: none !important;
}
.t3-mainnav.light-mainnav .navbar .nav > li {
margin: 0 10px !important;
}
}To change the link in the logo to another link, modify here:
Open templates/ja_fixel/tpls/blocks/header.php file and change the syntax in red:
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
1 user says Thank You to Ninja Lead for this useful post
lailuluelo Friendlailuluelo
- Join date:
- May 2010
- Posts:
- 241
- Downloads:
- 7
- Uploads:
- 34
- Thanks:
- 110
- Thanked:
- 21 times in 1 posts
February 2, 2014 at 10:48 pm #520869I’m so sorry, but I just change following your steps and nothing happens… :((
lailuluelo Friendlailuluelo
- Join date:
- May 2010
- Posts:
- 241
- Downloads:
- 7
- Uploads:
- 34
- Thanks:
- 110
- Thanked:
- 21 times in 1 posts
February 2, 2014 at 11:11 pm #520871Sorry, It’s my fault. I modified blue template instead light template.
Works!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by lailuluelo 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing logo and modify link
Viewing 5 posts - 1 through 5 (of 5 total)