Site logo

[Resolved] Dual Menu on Aroma Temnplate for Mobile Devices

Home Forums Support [Resolved] Dual Menu on Aroma Temnplate for Mobile Devices

Home Forums Support Dual Menu on Aroma Temnplate for Mobile Devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2058865
    bearbully

    Hi, how can I remove the central menu (in red circle) from Aroma Template for mobile devices?

    #2058892
    Leo
    Staff
    Customer Support

    Hi there,

    So you’d like to remove the secondary navigation on mobile only?

    If so try this CSS:

    @media (max-width: 768px) {
        .secondary-navigation {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #2058923
    bearbully

    That helps. thanks

    #2059350
    Leo
    Staff
    Customer Support

    No problem 🙂

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