-
AuthorPosts
-
April 19, 2014 at 5:54 pm #196911
Hi,
In http://www.comtygo.es the logo changes when you make scroll. As you can see in attached image, the “comtygo” logo becomes in triangle logo with scrolling. 😮
Thanks!
April 19, 2014 at 5:55 pm #531605chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 20, 2014 at 9:43 am #531631<em>@Chavan 422657 wrote:</em><blockquote>you need to upload your logo in this path /templates/ja_fixel/images/logo-light.png
rename your logo as logo-light.png and upload it here /templates/ja_fixel/images/
this will fix the issue</blockquote>
Thank you again, Chavan 🙂
April 20, 2014 at 7:20 pm #531660One more question, @chavan.
In http://www.comtygo.es/index.php/en/la-empresa and in all articles the logo looks that way (my logo overlaps the triangle logo). I think I should delete some logo file in some folder.I tried in /templates/ja_fixel/images without good results…
Thank you for your time.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 21, 2014 at 1:32 am #531675If your logo had transparent background image, then you will be viewing the overlapping, So you have to remove the other logo.
Nice you did that perfectly.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 21, 2014 at 1:37 am #531676I thought you did that, but you haven’t done that yet.
So do this css changes
1. Go to this File: /templates/ja_fixel/css/themes/orange/template.css
Replace this code
@media (min-width: 980px) {
html .t3-mainnav.light-mainnav .logo-image a {
background-image: url("../../../images/themes/orange/logo-light.png") !important;
}
}
html .t3-mainnav .logo {
border-color: #e7e7e7 ;
}
html .t3-mainnav .logo-image a {
background-image: url("../../../images/themes/orange/logo-light.png") !important;
}with
@media (min-width: 980px) {
html .t3-mainnav.light-mainnav .logo-image a {
background: none !important;
}
}
html .t3-mainnav .logo {
border-color: #e7e7e7 ;
}
html .t3-mainnav .logo-image a {
background: none !important;
}2. Go to this File: /templates/ja_fixel/css/themes/orange/template-responsive.css
Replace this code
.t3-mainnav.light-mainnav .logo-image a {
background-image: url("../../../images/logo-light.png") !important;
}with
.t3-mainnav.light-mainnav .logo-image a {
background: none !important;
}AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by chavan 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Logo changes when scrolling
Viewing 7 posts - 1 through 7 (of 7 total)