Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060127
    faceless
    Participant

    When I choose Blank – Container | No Header, No Footer I’m not getting any breadcrumbs which is what I’d like. However, I want to show breadcrumbs but not the logo of my site or menu, just the breadcrumbs.

    using renew 5

    here’s the page: https://squarology.com/positional-chess/development/e1/

    thanks

    #1060143
    Thai
    Moderator

    Hey There,

    To hide the logo & menu for this page only, please add the following CSS:

    .page-id-37 .x-logobar,
    .page-id-37 .x-navbar-wrap {
        display: none;
    }

    Regards!

    #1060165
    faceless
    Participant

    Very nice. I’d like to go this some other pages as well so I’m guessing I could set up a class and then apply the class to the page, right? How would I apply the class to the page though? Perhaps I could add that class to the page by putting it in the css customizer but will that apply it to all my pages?

    thank you!

    #1060171
    Thai
    Moderator

    Hi There,

    You can add the body class to your pages.

    In WordPress dashboard please navigate to edit your pages, scroll down to Page Settings section > Body CSS Class(es) > add your classes:

    http://i.imgur.com/qDeGIhK.png

    So the custom CSS will be:

    .my-custom-page .x-logobar,
    .my-custom-page .x-navbar-wrap {
        display: none;
    }

    Hope it helps 🙂

    #1060172
    faceless
    Participant

    you’re the man!!

    thanks!

    #1060217
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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