Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1091696
    nahtee
    Participant

    I wanted to remove the category archive title so it didn’t display. So, after checking the threads and their answers, I derived that you add the following CSS code via Customizer > Custom > CSS to remove the Category Archive title:

    .archive .h-landmark {
        display: none;
    }

    I also wanted to remove the sub-title. So, while looking through the coding in _landmark-header.php in framework\views\integrity, I found the code for the sub-title. Add the following CSS code via Customizer > Custom > CSS to remove the Category Archive sub-title:

    .archive .p-landmark-sub {
        display: none;
    }

    Hope this helps!

    #1091705
    Thai
    Moderator

    Thanks for sharing @nahtee 🙂

    If you need anything else please let us know.

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