Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233038
    yhshin1020
    Participant

    Hey,

    How can I enable breacrumbs on top of the page for only the “About us” Page and its child pages?

    Thank you.

    #1233042
    yhshin1020
    Participant
    This reply has been marked as private.
    #1233088
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .page-id-2144 .x-breadcrumb-wrap, .parent-pageid-2144 .x-breadcrumb-wrap {
        display: none;
    }

    Hope that helps. 🙂

    #1233091
    yhshin1020
    Participant
    This reply has been marked as private.
    #1233169
    Paul R
    Moderator

    Hi,

    In that case, kindly change the code to this.

    
    body .x-breadcrumb-wrap {
        display:none;
    }
    
    .page-id-2144 .x-breadcrumb-wrap,
    .parent-pageid-2144 .x-breadcrumb-wrap {
        display:block !important;
    }
    

    Hope that helps.

    #1233173
    yhshin1020
    Participant

    Thanks!

    #1233292
    Rupok
    Member

    You are welcome. Have a nice day!

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