Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1310804
    Jonah
    Guest

    Hello,
    My first question is about Enfold Band. What will the main menu item look like if I have sub-menu items within a main menu item? On the demo I do not see any sub-menu items. Will there be some sort of carrot or down arrow indicating there are sub-menu items?

    Second, for Enfold DJ, is there an option to have that theme, but not as one-page? My website has a blog, and I have a feeling a blog will not work with a one-page theme.

    Regards,
    Jonah

    #1311042

    Hey Jonah,

    Thank you for your interest in the theme.

    You can see an example of the submenu on another demo. It should be the same as when you start adding sub menu items in the band demo.

    // https://kriesi.at/themes/enfold-2017/

    And you can still add other pages on a one page site if necessary.

    Best regards,
    Ismael

    #1311298
    Jonah
    Guest

    Thank you for your response. The way the submenus look is nice. Right now the menu items with submenus look the same as menu items without submenus. I wonder, when on desktop view, if it would be possible to add a small triangle or carrot next to the menu item that has submenu items, to indicate that it has submenu items?

    Regards,
    Jonah

    #1311375

    Hi,

    Yes, that should be possible with a few css modification. You can start with this.

    .dropdown_ul_available:after {
        content: "v";
        position: absolute;
        right: 0;
        top: 10px;
        color: orange;
    }

    This should add a down arrow beside the menu item when it has a dropdown or submenu.

    Best regards,
    Ismael

    #1311657
    Jonah
    Guest

    Thank you! That is great.

    Jonah

    #1311691

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1311717
    Jonah
    Guest

    I’m good for this topic. I did have another question, but not on this topic, so I will open a new ticket for that.

    Jonah

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold Band and Enfold DJ’ is closed to new replies.