I would like to turn off the top links from being clickable, is there a way to do this?
Hello @wbgTHEMECO,
Thanks for asking. 
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.