Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1122357
    bpierce1165
    Participant

    I would like to hide the bar below the navbar that has the page title in it. (ie area that when you go to the page it says “home”, accessories”, and “shop” for woo-commerce page. Please help, thanks.

    #1122400
    bpierce1165
    Participant
    This reply has been marked as private.
    #1122415
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can check “Disable Page title” from Page Settings from each page – http://prntscr.com/c360o8

    You can also add this under Custom > CSS in the Customizer if you want to hide this from all pages .

    .x-landmark {
      display: none;
    }

    Hope this helps.

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