D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Reply To: Apply Link all over the Slide Areas of Innovation Extend Theme

#9419
D5 Creation
Keymaster

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