Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1202779

    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?

    #1202795

    Hey 121WATTadmin,

    Please provide a link to the site/page in question so we can look into this issue further?

    Best regards,
    Jordan Shannon

    #1202799
    This reply has been marked as private.
    #1202808

    Hi,

    This should be possible via css. It’s usually hidden until hover, but adjusting to display should work.

    Best regards,
    Jordan Shannon

    #1202837

    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

    #1203371

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.