Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #995577
    babyduo
    Participant

    I would like to add a heading to my blog page (so it matches) my other page headings.

    I can’t see how I can do this in Icon stack.

    Thanks in advance.

    PS Site in dev so can’t show you a link sorry

    #995773
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can try adding this under Custom > JavaScript in the Customizer.

    jQuery(document).ready(function($) {
      var html = '<h1 class="h-custom-headline center-text h2 accent mbs pbs"><span>Blog</span></h1>';
      $( html ).appendTo('.blog .x-main .x-container');
    });

    Let’s change the text “Blog” to your text.

    Hope this helps.

    Cheers!

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