- Posts: 21
- Thank you received: 0
Menu Hover
-
hardimos
Inactive member - Topic Author
- Member
Less
More
10 years 1 month ago #42979
by hardimos
Menu Hover was created by hardimos
Why hovering on curent menu changes color to light gray? It is not working like style 2, 3 or 4.
I did not change any css files. Only colors in template editor (menu settings)
In style designer I use style 4.
I did not change any css files. Only colors in template editor (menu settings)
In style designer I use style 4.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42988
by ivan.milic
Replied by ivan.milic on topic Menu Hover
That is setting in template options->menu configuration-><your menu> can you check value of hover color there?
Please Log in to join the conversation.
-
hardi
Inactive member - Member
Less
More
- Posts: 33
- Thank you received: 0
10 years 1 month ago #42997
by hardi
Replied by hardi on topic Menu Hover
I believe you mean in the sparky template editor?
See attached screens
See attached screens
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43004
by ivan.milic
Replied by ivan.milic on topic Menu Hover
So button hover color if #EEEEEE?
Please Log in to join the conversation.
-
hardi
Inactive member - Member
Less
More
- Posts: 33
- Thank you received: 0
10 years 1 month ago #43013
by hardi
Replied by hardi on topic Menu Hover
Maybe it's my English.
I will try again.
Button Hover is #EEEEEE and I like it.
Active button color is #be3b36.
I want if, I hover on the active button, do not change the active color (#be3b36). Now it changes to the button Hover color #EEEEEE.
I would like the same behavior like your default Style 4 (plus the gray vertical bar)
I will try again.
Button Hover is #EEEEEE and I like it.
Active button color is #be3b36.
I want if, I hover on the active button, do not change the active color (#be3b36). Now it changes to the button Hover color #EEEEEE.
I would like the same behavior like your default Style 4 (plus the gray vertical bar)
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43024
by ivan.milic
Replied by ivan.milic on topic Menu Hover
Add this to template_css.css at bottom:
.mnu_topmenu > li.active {
background: #9EB847!important;
}
.nav-dots span {
background: #9EB847!important;
}
.mnu_topmenu > li.active {
background: #9EB847!important;
}
.nav-dots span {
background: #9EB847!important;
}
Please Log in to join the conversation.
Time to create page: 0.093 seconds