Hi! Quick question for you guys!
I recently purchased the CleanCut theme [and I'm looooving it!] and was wondering if it's possible to create a toggle menu within a toggle title.
In other words, if I have
A. Restaurant Menu
Content A
A.1 Breakfast
---Content A.1
A.2 Lunch
---Content A.2
A.3 Dinner
---Content A.3
I want to display "A. Restaurant Menu" only and then, once its content opens, I want to have additional items [A.1, A.2, A.3, etc] with the capability of doing the toggle magic trick too. (Sorry about the "technical" vocabulary! I know nothing about code and appreciate your time and help!)
I tried something like:
[toggle title='Restaurant Menu' close='true']
Enjoy a good meal with us!
[toggle title='Breakfast' close='true']
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</toggle>
[toggle title='Lunch' close='true']
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</toggle>
The result is: I can see the subtitles listed with no problem, but if I try to open the content of any sub-menu, the code makes the Main Title close back!!!
THANKS!














