How do I show always all subpages in autonavigation - not just on hover.

Permalink
Hello all
I work with the Elemental theme v.8 and use a responsive autonavigation in the header.
I have 5 pages with subpages and I want to have all subpages always visible - not just on hover.
I've created a template for autonavigation and now I'm stuck. -
Or could it be solved with css?

Thanks for help.

helvetica
 
hutman replied on at Permalink Reply
hutman
Are you saying you want the dropdown menus to show all the time, or you want to do away with the dropdown menus all together?
helvetica replied on at Permalink Reply 1 Attachment
helvetica
Thanks for your reply.
Yes, I want to have all subpages in the dropdown menu always visible, – as shown in the attached screenshot.
Steevb replied on at Permalink Best Answer Reply
Steevb
In ‘concrete/themes/elemental/css/build/header.less’ try change line 126 to ‘opacity: 1’ and line 129 change ‘visibility: visible’.
hutman replied on at Permalink Reply
hutman
Please please please do NOT change anything in the /concrete directory! Use the Clonemental theme from the marketplace and then make that change in there. If you do it in the /concrete directory you will lose your changes every time you update.

http://www.concrete5.org/marketplace/themes/cloneamental...
helvetica replied on at Permalink Reply
helvetica
Thank you SteveB, thats it. Perfect.
Can it also be done in the mobile dropdown via hamburger?

@hutman:
I certainly work outside the core folder. Thanks as well.