Where are custom settings stored?

More
1 year 8 months ago #67559 by mehinger
I'm working on a Mobile Menu CK menu that is 5–6 levels deep. To make it look consistent, I figured I would copy the looks of level 1 to level 2–6, and then tweak each level a little bit. To do this, I would like to directly edit the CSS file which contains my custom Mobile Menu CK style. The trouble is, I can't find it.

So the question is, where are custom settings for Mobile Menu CK stored?

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #67562 by ced1870
Hi
you should find the needed info in the doc here
www.joomlack.fr/en/documentation/mobile-...yle-your-mobile-menu

CEd

Joomlack Webmaster and Developer
The following user(s) said Thank You: mehinger

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #67568 by mehinger
Perfect, that was the file I needed! I have a follow-up question, though. Customizing level 1–3 is no problem using the file "templates/YOURTEMPLATE/css/mobilemenuck.css", as they are written as "|ID|[level1submenu]", "|ID|[level2menuitemhover]", "|ID|[level3menuitem]" etc.

Customizing levels 4 and above doesn't seem to be as straightforward as just adding "|ID|[level4menuitem]" to the CSS file, or is it? What am I missing here? In short, how do I customize the levels from 4 and above, using the CSS file?

/Magnus

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago - 1 year 8 months ago #67570 by ced1870
right, onlyup to the level 3 is managed
you can use this info that gives you the matches, and use the css code to adapt it to your levels
Code:
,'[level1menuitem]' => ' .mobilemenuck-item > .level1' ,'[level1menuitemhover] a' => ' .mobilemenuck-item > .level1:hover a, |ID| .mobilemenuck-item > .level1.open a' ,'[level1menuitemhover]' => ' .mobilemenuck-item > .level1:hover, |ID| .mobilemenuck-item > .level1.open' ,'[level1menuitemactive]' => ' .mobilemenuck-item > .level1.active' ,'[level1submenu]' => ' .mobilemenuck-item > .level1 + .mobilemenuck-submenu'

Joomlack Webmaster and Developer
Last edit: 1 year 8 months ago by ced1870.

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #67572 by mehinger
Do I understand you correct: I copy the code you entered, paste it into the CSS file and change all instances of "level1" to "level4", and then I'm good to go customizing level 4 as well? (And then I do the same för levels 5 and 6?)

/Magnus

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #67573 by ced1870
only levels 1+2+3 are managed
so if you want to style the level 4 items you must use this code
normal :
Code:
|ID| .mobilemenuck-item > .level4
hover and opened:
Code:
|ID| .mobilemenuck-item > .level4:hover a, |ID| .mobilemenuck-item > .level4.open a
active:
Code:
|ID| .mobilemenuck-item > .level4.active
submenu:
Code:
|ID| .mobilemenuck-item > .level4 + .mobilemenuck-submenu

Joomlack Webmaster and Developer

Please Log in or Create an account to join the conversation.

Time to create page: 0.216 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 515 guests and no members online