Can I make the Top Links NOT clickable?

I would like to turn off the top links from being clickable, is there a way to do this?

Hello @wbgTHEMECO,

Thanks for asking. :slight_smile:

You can add following CSS under X > Launch > Options > CSS to make link not clickable:

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {pointer-events: none;}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.