One of our User wanted to know how to set the Link Target Attribute of Heading Button to Self Window/Tab instead of New Window/Tab. It can be achieved easily putting the following in the Custom Code within Head Area Box
<script> jQuery(document).ready(function() { jQuery('#heading-box-item a').attr('target','_self'); }) </script>
This feature is also available in the Latest Version. So if you update your site with the Latest Version, you can check the box easily from the Innovation Options