Hey,
first of all this is a great theme and fun to customize. Two quick questions regarding the menu:
(1) If you click a parent menu item a colored bar is shown under the link (“avia-menu-fx”). But is it possible to display this bar even when a submenu page is shown?
(2) I would love to have this colored bar under the “search icon” as well. Any hint which files to customize?
Thanks in advance
Hi,
You can add this on your custom.css or Quick CSS
.current-page-ancestor a > .avia-menu-fx {
visibility: visible;
opacity: 1;
}
.current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {
overflow: hidden;
display: block;
}
Regards,
Ismael
WOW – thanks for the fast reply! Works perfectly.
As for my 2nd question: any help would be appreciated :).
I just realized that your solution for my 1st issue works perfectly with sites and portfolio items, but not with blog post. the blog menu item is not highlighted when viewing a blog post.
forget my last comment. .current_page_parent a { }
did the trick :)