Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24479

    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

    #123579

    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

    #123580

    WOW – thanks for the fast reply! Works perfectly.

    As for my 2nd question: any help would be appreciated :).

    #123581

    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.

    #123582

    forget my last comment. .current_page_parent a { } did the trick :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display colored bar in menu when a submenu item is shown’ is closed to new replies.