Site logo

Archived topic

Dual Menu on Aroma Temnplate for Mobile Devices

3 replies · Started by bearbully on December 24, 2021

Viewing posts 1–4 of 4

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

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 :)

That helps. thanks

No problem :)

This archived topic is closed to new replies.