Okay
  Public Ticket #3332543
Removing page/navigation links at top
Closed

Comments

  • alan1978 started the conversation

    Can anyone tell me how to get rid of the page/navigation links at the top of all of my pages except the home page? 

    (See screenshot.) 

    Thanks! 

  •  2,049
    Judith replied

    Hi Alan,

    Thanks for keeping in touch.

    Please try this css:

    p#breadcrumbs {
        display: none !important;
    }

    Thanks.