Comments Felix started the conversationAugust 11, 2016 at 7:40pmHi How do i disable buttons in the menu, in this case "Customer Care" (http://wickedbecki.com). As seen on the attached file i want to force people to choose a under-category and not be able to land on the "Customer Care" page. Do you understand my question here? :) Thanks, //Felix[deleted] repliedAugust 12, 2016 at 11:48amHi Felix,Can you please add this code on Theme Options > Footer > Tracking code (just paste this on the end of the tracking code). <script> jQuery( '#menu-item-1652 > a' ).on( 'click', function( ev ) { ev.preventDefault(); } ); </script> Sign in to reply ...
Hi
How do i disable buttons in the menu, in this case "Customer Care" (http://wickedbecki.com). As seen on the attached file i want to force people to choose a under-category and not be able to land on the "Customer Care" page.
Do you understand my question here? :)
Thanks, //Felix
Hi Felix,
Can you please add this code on Theme Options > Footer > Tracking code (just paste this on the end of the tracking code).