Logo

Unlock Mobile Navigation: Make Divi Parent Pages Clickable!

Frustrated that your Divi parent pages aren't linking on mobile? You're not alone! By default, Divi treats parent pages in the mobile menu as dropdown toggles, preventing direct navigation. But fear not, there's a simple fix to make those parent pages clickable.

The easiest method involves a little bit of CSS. Navigate to Divi > Theme Options > Custom CSS and add the following:

```css
@media (max-width: 980px) {
.mobile_nav .menu-item-has-children > a {
pointer-events: auto !important;
}
}
```

This CSS snippet targets the mobile menu (screen widths under 980px) and specifically allows clicks on the parent page links. Now, users can directly access those parent pages without having to open the dropdown first. This tweak significantly improves mobile user experience and simplifies navigation on your Divi website.

Test it out on your mobile device or using your browser's developer tools. Enjoy a smoother, more intuitive mobile menu!

See all content
Top Picks

Subscribe now and never miss an update!

Subscribe to receive weekly news and the latest tech trends

Logo
1 345 657 876
nerdy-mind 2025. All rights reserved