-
AuthorPosts
-
November 2, 2013 at 7:03 pm #191926
Hello,
I want to change the logo of the site but it changed on sub pages not on the main page and i want to change the logo size to 260*110 anyhelp. please ?!
Regards,
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 3, 2013 at 7:03 am #511030Hi
You can find settings for logo in this file templatesja_briskcsstemplate.css
.logo-image a {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
width: 80px;
height: 50px;
}Change dimensions as you wish
November 3, 2013 at 5:39 pm #511062I have do that but nothing change…?!
I’m using RTL Template…
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 5, 2013 at 9:22 am #511230Hi q8xbox,
For now, I still see you are using our default logo of our JA Brisk template. It will better if you can try to follow the suggestion of Pavit again and replace with your own logo ? By that way, we can check what is wrong and give you better css styles in this case.
November 6, 2013 at 1:53 am #511295Hi Leo,
I really do every thing i know but nothing work and i don’t know what should i do now ?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 6, 2013 at 2:49 am #511301Hi q8xbox,
Ok. You are using the RTL styles on your website. In this case, you need to edit the /templates/ja_brisk/css/rtl/template.css file as suggested by Pavit, and also make sure that all folders are set to 755 permissions and 644 to all files (except configuration.php).
That way, your new logo and css style changes will be effective. Try it and tell me how it goes.
November 6, 2013 at 10:59 pm #511398Thanks Leo but nothing change 🙁
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 7, 2013 at 4:44 am #511419Hi,
I tried to edit the .css file to correct your logo but it seems that the server doesn’t save my changes. Well, you can open /templates/ja_brisk/css/rtl/template.css file again and replace lines:
.logo-image a {
background-image: url('/images/logo.png')important;
background-repeat: no-repeat;
width: 260px;
height: 110px;
}with
.logo-image a {
background-image: url("http://www.your_domain.net/templates/ja_brisk/images/logo2.png");
background-repeat: no-repeat;
width: 260px;
height: 110px;
}Remember to change with your domain name inside the codes above. The logo will display fine like the snapshot below.
November 7, 2013 at 4:23 pm #511504Thanks Leo,
every thing work fine now ^_^
Regards,
November 8, 2013 at 4:03 pm #511651I am trying to change the logo size as well. I have replaced the brisk logo with mine but am unable to change the size.
http://www.altusecosolutions.mxhere is the code as it is in my template.css file:
.logo-image {
overflow: hidden;
}
.logo-image a {
background-image: url(“../images/logo.png”);
background-repeat: no-repeat;
width: 200px;
height: 120px;
}
.logo-image span,
.logo-image small {
display: none;Thanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 12, 2013 at 12:06 pm #511971Hi jhunter,
I’m sorry for being late on this question. You can try to refer this tip to change the logo size.
In addition, if you still get the problem with changing logo size, it will be better that you can make the site online again so that we can check and give you any suggestion then.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 4 voices, and was last updated by phong nam 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change Logo & Size…?!
Viewing 11 posts - 1 through 11 (of 11 total)