-
AuthorPosts
-
November 5, 2015 at 2:56 pm #721611
Hi
I like the fixel Template a lot but sometimes it’s really hard to customize the style. 😉
Ok. Right now i want to change the Megamenu-Style and the hover-behaviour.Where can i change (disable) the hover Animation, for example?
Thank you
ChrisTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 5, 2015 at 5:01 pm #721642So that I can try to best assist you, please provide the url of the site you’re working on,
as well as Temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 5, 2015 at 5:01 pm #753826So that I can try to best assist you, please provide the url of the site you’re working on,
as well as Temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.November 5, 2015 at 6:45 pm #721654Thank you tom
Here is the URL
http://tisato.komekom.chAnother Question:
I have a white Background. How can i avoid the grey Background when the fixel-blog- style is loading?
I couldn’t find the style.Chris
November 5, 2015 at 6:45 pm #753838Thank you tom
Here is the URL
http://tisato.komekom.chAnother Question:
I have a white Background. How can i avoid the grey Background when the fixel-blog- style is loading?
I couldn’t find the style.Chris
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 5, 2015 at 7:21 pm #721659To eliminate the animation effect on mouseover . . .
Within file path —> /templates/ja_fixel/local/css/themes/light/template.css
at line 1858, modify as follows:
.t3-mainnav .navbar .nav > li > a::after {
background: #eee none repeat scroll 0 0;
bottom: 15px;
content: "";
display: block;
height: 2px;
left: 0;
position: absolute;
transition: none;
width: 0;
}If you don’t want the underline effect at all, then look to line 6596 (same file path as above)
and modify as follows:
.t3-mainnav .navbar .nav > li > a:hover::after, .t3-mainnav .navbar .nav > li > a:focus::after, .t3-mainnav .navbar .nav > li > a:active::after {
background: none;
opacity: 1;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEBetter ??
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 5, 2015 at 7:21 pm #753843To eliminate the animation effect on mouseover . . .
Within file path —> /templates/ja_fixel/local/css/themes/light/template.css
at line 1858, modify as follows:
.t3-mainnav .navbar .nav > li > a::after {
background: #eee none repeat scroll 0 0;
bottom: 15px;
content: "";
display: block;
height: 2px;
left: 0;
position: absolute;
transition: none;
width: 0;
}If you don’t want the underline effect at all, then look to line 6596 (same file path as above)
and modify as follows:
.t3-mainnav .navbar .nav > li > a:hover::after, .t3-mainnav .navbar .nav > li > a:focus::after, .t3-mainnav .navbar .nav > li > a:active::after {
background: none;
opacity: 1;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEBetter ??
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 5, 2015 at 7:22 pm #721660<em>@galbur 500953 wrote:</em><blockquote>
Another Question:
I have a white Background. How can i avoid the grey Background when the fixel-blog- style is loading?
I couldn’t find the style.Chris</blockquote>
Where/How is this grey background occurring?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 5, 2015 at 7:22 pm #753844<em>@galbur 500953 wrote:</em><blockquote>
Another Question:
I have a white Background. How can i avoid the grey Background when the fixel-blog- style is loading?
I couldn’t find the style.Chris</blockquote>
Where/How is this grey background occurring?
November 5, 2015 at 9:46 pm #721666Thank you very much tom
I will try to handle the main navigation.
The other question:
When i use the home-button it loads and i can see this grey rectangular during loading..
Best regards
ChrisNovember 5, 2015 at 9:46 pm #753850Thank you very much tom
I will try to handle the main navigation.
The other question:
When i use the home-button it loads and i can see this grey rectangular during loading..
Best regards
ChrisNovember 6, 2015 at 10:44 am #721740Hi tom
Thank you for the code. I struggled around, several time. Then i realized there is maybe a fault in the code?
li > a::after instead of li > a:after.Ok. Now it looks better but there is still an underline when i leave the main menulink. And there is this “caret” sign and i want to set it hidden.
Best regards
ChrissNovember 6, 2015 at 10:44 am #753898Hi tom
Thank you for the code. I struggled around, several time. Then i realized there is maybe a fault in the code?
li > a::after instead of li > a:after.Ok. Now it looks better but there is still an underline when i leave the main menulink. And there is this “caret” sign and i want to set it hidden.
Actually the Navigation should look like this:
and
On Hover / Active Status, the Men?-Link should move to the right and show this little underscore sign.
Best regards
ChrissNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 10, 2015 at 8:27 am #723602<em>@galbur 500968 wrote:</em><blockquote>Thank you very much tom
I will try to handle the main navigation.
The other question:
When i use the home-button it loads and i can see this grey rectangular during loading..
Best regards
Chris</blockquote>You can change the background color loading as
+ Open templates/ja_fixel/local/css/themes/light/template.css file and change with my highlight text
#fixel-placeholder {
position: relative;
background: #eee;
}1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 10, 2015 at 8:27 am #754132<em>@galbur 500968 wrote:</em><blockquote>Thank you very much tom
I will try to handle the main navigation.
The other question:
When i use the home-button it loads and i can see this grey rectangular during loading..
Best regards
Chris</blockquote>You can change the background color loading as
+ Open templates/ja_fixel/local/css/themes/light/template.css file and change with my highlight text
#fixel-placeholder {
position: relative;
background: #eee;
}1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 15 replies, has 3 voices, and was last updated by Ninja Lead 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum