-
AuthorPosts
-
September 24, 2018 at 5:07 pm #1013707
Hi
I have tried various things and also looked at this blog https://kriesi.at/support/topic/highlight-active-menu-in-fullwidth-submenu/?login_error with answer September 11, 2017 at 9:09 pm #850669 but I can not fix the issue on my end.
When I click on the menu link in the full width submenu created in the avia builder the color is not changing.
How can I make sure that the color is changes in the fullwidht menu when the link is selected to show aktive page?(select as example “Gartenbau”
Thanks in advance
TonySeptember 24, 2018 at 8:34 pm #1013820Hey tonyplanet,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#menu-dienstleistungen .current-menu-item { border-bottom: 1px solid #666; }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 25, 2018 at 12:42 pm #1014165Hi Victoria
Great! This works with underline border.
How can I change the color of the font for the current-menu-item?Best regards
TonySeptember 25, 2018 at 6:26 pm #1014360Hi Tony,
Oh, sorry, I missed that part.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#menu-dienstleistungen .current-menu-item .avia-menu-text { color: red; }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 26, 2018 at 2:42 pm #1014749Great! All works now
Many thanks
TonySeptember 26, 2018 at 4:29 pm #1014849Hi Tony,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaOctober 16, 2018 at 3:51 pm #1022237Hi Victoria
I respond to this post since I upgraded to enfold theme version 4.5. Since I upgraded the theme the fullwidth menu is no longer working at all.
In details it means the links are not working. However if I go to the menu at the bottom with the same menu items (same menu within WP) the links work as normal.I upgraded the them in uploading the theme via ftp. It also shows within wordpress in the update section that the parent theme is 4.5. I did not change anything in the child theme I use.
Is there anything I need to do in addition to make this working again?
Best regards
TonyOctober 17, 2018 at 5:00 am #1022545Hi Tony,
Sorry for the problem, we’ve had other reports about that element but we’re unsure what is causing it at the moment. Did you try to recreate it to see if that helps? If not then please post admin login details in private so that we can have a closer look. Also please point out where we can see the element in question.
Best regards,
RikardOctober 17, 2018 at 11:48 am #1022700Hi Rikard
Victoria provided me in another Ticket the link for the solution. I just added:
#sub_menu1 {
z-index: 301;
}As per link:
And it solved the problem. See also
A bit strange that with this css entry it solves the issue, however it did. But something must have changed in theme 4.5
best regards
TonyOctober 17, 2018 at 1:37 pm #1022753This reply has been marked as private.October 17, 2018 at 4:49 pm #1022880Hey Af,
Thanks for sharing your solution.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.