• Resolved taxgl

    (@taxgl)


    Hello, I am making a new site and I want to customize my main menu. the link of the site is, tax.indrit.xyz

    On the main menu I have 5 tabs (about, research, etc), when the mouse is hover each tab it appears a dropdown list menu.

    So my question is how can I make this dropdown list reveal in specific pages of the site.

    Also which is the location of the file to customize this menu

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Appearance > Menus. If your theme supports it, you can edit/create menus to use in your theme here. Your site looks new enough that it should.

    Thread Starter taxgl

    (@taxgl)

    I try to make it more specific.

    I want to reveal the dropdown list when I hover each tab in all pages except the main page. I believe that this is something that needs customize from the php file but I can not find the appropriate file. Probably it is the file nav-menu.php, if it is I can not understand where it is the code for the submenus

    Thread Starter taxgl

    (@taxgl)

    I want to have a result like the one in the page above
    http://tax.indrit.xyz/dokimes/
    that the menu remains but the submenus are not revealing.
    For this I use one plug in, but it is not so good because there are some stylesheet issues, for example when you hover a menu tab it remains a line form the submenu.

    Thats why I am trying to do it throw the php code but I don not which file it is.

    Thanks in advane

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    for example when you hover a menu tab it remains a line form the submenu

    Try adding this custom CSS:

    .page-id-87 .onepress-menu li:hover > ul,
    .page-id-87 .onepress-menu li.sfHover > ul {
        display: none;
    }

    Thread Starter taxgl

    (@taxgl)

    This is it, than you very much!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘main menu customize’ is closed to new replies.