This topic has 7 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #210467
     pavolnazarej
    Participant

    Hi guys,

    after few months theme is working flawlessly and people love it. Good job again.

    Anyway I have a question about mobile menu customization. I would like to achieve that the submenu is opened by default in mobile menu. I was able to hide arrows, hide messages and notfication but I seems to not be able to target this transition of class=”has-submenu kleo-user_avatar-nav my-profile-default open”- to be default while on mobile resolution.

    I am using child theme so either way of customization is fine, I can change whatever in files is needed. I add a desired look to attachements hope someone can help me out.

    Thanks.

    #210505
     Laura
    Moderator
    Not marked as solution
    #210530
     pavolnazarej
    Participant
    Not marked as solution
    #210666
     Laura
    Moderator
    Not marked as solution
    #210867
     pavolnazarej
    Participant
    Not marked as solution
    #210918
     Laura
    Moderator
    Hello, try by adding this to style.css of child theme
    @media only screen and (max-width: 768px) {
    .header-menu ul.submenu {
        display: block !important;
    }
    }
    
    #210930
     pavolnazarej
    Participant
    Not marked as solution
    #210989
     Laura
    Moderator
    Not marked as solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?