Tagged: x Author Posts May 25, 2016 at 3:33 pm #1009773 jrod0725Participant Currently the social icons on the topbar go to a new page. If I wanted to make one of them, my blog icon, not open a new window is that possible? quantifyfitness.com Thanks Josh May 25, 2016 at 6:35 pm #1009958 John EzraMember Hi Josh, Thanks for writing in! You can use jQuery to remove the target attribute. You can add this under Custom > Javascript in the Customizer. jQuery( document ).ready(function( $ ) { $("a.rss").attr("target", ""); }); Hope this helps – thanks! May 26, 2016 at 8:32 am #1011048 jrod0725Participant Sweet! Best theme and support ever! Thanks! May 26, 2016 at 9:48 am #1011160 JoaoModerator You are welcome. Let us know if we can help you with anything else. Joao Author Posts <script> jQuery(function($){ $("#no-reply-1009773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In