Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1051355

    Hi, on http://74systems.com/shop/, I can’t get the header or footer to disappear on the page using the appropriate template controls. Any ideas?

    #1051720
    Jade
    Moderator

    Hi Eric,

    Do you mean you wanna get rid of the entire header and footer areas?

    If so, please add this in customizer:

    .post-type-archive-product .masthead, 
    .post-type-archive-product .x-colophon {
        display: none;
    }

    Hope this helps.

    #1051819

    I should be able to hide them with the switches in pages. Something is awry.

    #1052015
    Christopher
    Moderator

    Hi there,

    Thanks for writing in!

    In normal pages you’re able to to hide header and footer by choosing right page’s template, but this is an archive page and it requires CSS code.

    Thanks.

    #1053138

    It was something else overriding them. Thanks, figured it out!

    #1053145
    Rahul
    Moderator

    You are welcome!

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