Menu items - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81444
    inokentiy
    Participant

    Hello there,

    Nice theme and all, but I have some questions if it is all right:
    1. How can I disable the special menu on mobile devices only? Actually, there are lots of things I would like to not show on mobile, but that’s probably solvable in a similar way.
    2. How can I make the primary menu hamburger on mobiles sticky, without interfering with the feature section and all that?

    Thank you very much!

    #81581
    acmethemes
    Keymaster

    Dear Inokentiy,
    1. Please add the CSS code in Additional CSS
    Appearance > Customize > Additional CSS

    @media (max-width: 767px) {
    .header-wrapper .header-main-menu .menu.special-menu-wrapper{
    display:none;
    }
    }

    Let us know if any other things.

    2. It will require theme customization.

    Best Regards!

    #81593
    inokentiy
    Participant

    That did the trick, thank you very much!

    #81804
    acmethemes
    Keymaster

    Dear Inokentiy,
    You are Most Welcome 🙂
    Best Regards!

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