Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1009773
    jrod0725
    Participant

    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

    #1009958
    John Ezra
    Member

    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!

    #1011048
    jrod0725
    Participant

    Sweet! Best theme and support ever! Thanks!

    #1011160
    Joao
    Moderator

    You are welcome.

    Let us know if we can help you with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1009773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>