Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1279721
    sandra.i
    Participant

    Hi

    How can I make the title in the landmark header of the blog clickable, so that it links to the blog?

    THanks

    #1279724
    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery(".single-post .h-landmark span").wrap('<a href="#" />');

    After that also adding the following CSS:

    h1.h-landmark a:hover {
        background-color: transparent;
    }

    Hope it helps 🙂

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