-
AuthorPosts
-
September 23, 2013 at 2:44 am #190819
Hi, I would like to change logo… I have problem with size and placement. I would like to place logo as on attached picture but I cant find code where can I change image placing. Could you plese help me? Thank you!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 26, 2013 at 10:32 am #507165Hi honzas78,
You can open file: /templates/ja_beranis/css/template.css
.logo-image h1 a {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
height: 20px;
width: 91px;
}
In case that you want to change the logo, you should add into file: /templates/ja_beranis/css/custom.css this code:
.logo-image h1 a {
background-image: url("..your_image_path_here");
}
Regards
1 user says Thank You to Saguaros for this useful post
November 1, 2013 at 2:55 pm #510898Hello!
I did that, and the logo of the template disappear but my logo did not show. What am I doing wrong?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 2, 2013 at 5:03 am #510981@chamitart: So that I can take a look and try to assist, please provide the url of the site you’re working on
November 3, 2013 at 3:10 pm #511052Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 5, 2013 at 3:01 am #511190<em>@chamitart 396352 wrote:</em><blockquote>http://www.bananaadventuretours.com</blockquote>
I have checked your site URL and see that logo path doesn’t exist on your site:
http://www.bananaadventuretours.com/templates/ja_travel/images/Adm/Batpeq2.pngand you can see css file as below
Open templates/ja_travel/css/template.css file
h1.logo a {
background: url(../images/Adm/Batpeq2.png) no-repeat left top;
display: block;
height: 70px;
width: 135px;
}AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by Ninja Lead 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Logo size and placement
Viewing 6 posts - 1 through 6 (of 6 total)