-
AuthorPosts
-
janjak Friend
janjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
March 18, 2014 at 12:02 pm #195893Hello !
Where can I change the icon and name “Argo” in Off canvas menu ?
In this template there is no specific off-canvas.php file in templates/ja_argo/tpls/blocks !Thanks for help !
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 19, 2014 at 3:39 am #527266Hi Janjak,
You can open file: /templates/ja_argo/css/template-responsive.css, you will see that it’s a logo image defined by this css rule (around line 1165):
.t3-mainnav .nav-collapse .nav > .nav-home > a {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
background-position: 20px center;
background-color: #000
width: 100px;
height: 25px;
text-indent: 0;
width: auto;
padding: 12.5px 25px;
display: block;
border: 0;
text-indent: -999em;
}
.t3-mainnav .nav-collapse .nav > .nav-home > a:focus,
.t3-mainnav .nav-collapse .nav > .nav-home > a:hover,
.t3-mainnav .nav-collapse .nav > .active.nav-home > a,
.t3-mainnav .nav-collapse .nav > .active.nav-home > a:hover,
.t3-mainnav .nav-collapse .nav > .active.nav-home > a:focus {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
background-position: 20px center;
background-color: #000
border: 0 !important;
}
You can change to your own logo there.P/s: The ‘off-canvas.php’ file exists in Bootstrap 3 – based templates only.
1 user says Thank You to Saguaros for this useful post
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
March 19, 2014 at 3:29 pm #527358Fine ! Thanks a lot !
In my case the css file was /templates/ja_argo/css/theme/green/template-responsive.cssAuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by janjak 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Argo Off canvas name
Viewing 3 posts - 1 through 3 (of 3 total)