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
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
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
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
Thank you! That is great.
Jonah
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
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