Hero Unit target="_blank" Posted in : Responsy WP timcrobParticipant 19 May 2013 at 04:15 #6030 Is there a fix for the shortcode or a code tweak that will enable the Hero button to open in a new tab/window? I’ve tried adding target=”_blank” within the shortcode but have had no luck. Any ideas? Thanks for the support! Mehmet S.Keymaster 21 May 2013 at 01:13 #6069 Go to Appearance > Editor > functions.php – find the line: $hero_button_out = '<p><a href="' . $hero_button_link . '" class="btn ' . $hero_button_type . ' btn-large"><b>' . $hero_button_title . '</b></a></p>'; – add target="_blank" $hero_button_out = '<p><a target="_blank" href="' . $hero_button_link . '" class="btn ' . $hero_button_type . ' btn-large"><b>' . $hero_button_title . '</b></a></p>'; timcrobParticipant 21 May 2013 at 06:58 #6085 Thank you! nelisseosParticipant 8 July 2013 at 13:32 #7334 Is their a way to remove the button from the Hero? Mehmet S.Keymaster 11 July 2013 at 10:50 #7461 Paste to Theme Settings > Style > Custom CSS: .hero-unit .btn { display: none; } Viewing 5 posts - 1 through 5 (of 5 total) The forum ‘Responsy WP’ is closed to new topics and replies.