Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205547
    SkeeterHarris
    Participant

    Hi There,

    I have a single page site at http://hospital-communcations.com and have created a landing page at Hospital-communications.com/himss17 and what I would like to do is a follows, while keeping everything the way it is for the home page.

    So for this landing page only:
    – Remove the HOME Menu and breadcrumb
    – Under the header widget “+” expander – I want to keep about but remove map and contact info

    How do I do this? Thanks

    #1205784
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in!

    1. To remove the menu and breadcrumbs, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-navbar .desktop .x-nav, .x-breadcrumb-wrap {
        display: none !important;
    }

    2. To remove the map and contact info, add this in your Customizer:

    .x-widgetbar .x-column.x-md.x-1-2.last, .x-widgetbar .x-column.x-sm.x-1-2  {
        display: none !important;
    }

    Let us know how this goes!

    #1207056
    SkeeterHarris
    Participant

    Hi Nabeel A,

    Both worked like a perfectly! Thank you so much!

    Just love X Theme and the team!

    Skeeter

    #1207516
    Friech
    Moderator

    Thank you for the kind words, It’s gratifying that we could help you with this.

    Cheers!

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