Add the following code snippet to the custom Javascript (or jQuery) field on Site Settings > Design:
$(document).ready(function() {
$('a.sub-nav-parent').attr('href', '#!');
});
Add the following code snippet to the custom Javascript (or jQuery) field on Site Settings > Design:
$(document).ready(function() {
$('a.sub-nav-parent').attr('href', '#!');
});
Comments
0 comments
Please sign in to leave a comment.