Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1535
    Steve c
    Participant

    Hi There,
    Awesome, awesome theme, i am loving it!
    I may be missing something obvious, but for the life of me I cannot figure out how to hide the page title, apologies if it’s somewhere obvious and I’m just having a bit of a end of week brain meld!

    Cheers
    Steve

    #1536
    Kory
    Keymaster

    Steve,

    Thank you so much for the kind words, it is always appreciated. 🙂

    The default templates for your pages include the titles by default; however, we have been considering adding the option to turn them on or off for situations like this where users prefer to disable them. This is something we will work to address in a future version of the theme.

    For now, you can add the following bit of code to the Custom section of the Customizer in the CSS box. This will allow you to hide the headings on your pages and achieve the look you’re going for:

    .page .hentry .entry-header {
      display: none;
    }
    
    .page .hentry .entry-content {
      margin-top: 0;
    }

    Let us know if you need anything else!

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