Hi, I would like to show the sub menues of the first entry of the main menue directly opened when a user is calling our start-page. Is this possible?
Hey 121WATTadmin,
Please provide a link to the site/page in question so we can look into this issue further?
Best regards,
Jordan Shannon
Hi,
This should be possible via css. It’s usually hidden until hover, but adjusting to display should work.
Best regards,
Jordan Shannon
Hi Jordan, would it be possible to provide a example of such code, it should let open the first main manue only on the start-page of our website.
Thanks and kind regards
Christoph
Hi,
I wouldn’t have a way to share it on a working page, but essentially it would be something like this:
.home #first-link .sub-menu{
display:block!important;
}
Best regards,
Jordan Shannon