Okay
  Public Ticket #3028483
Navigation Menu
Closed

Comments

  •  1
    Brian Nieves started the conversation

    Under the top navigation menu, I just started seeing a second menu. For example on the page called "Our Story" directly under the navigation menu, it's showing Home>> Our Story. I want to eliminate this. Can you help? This is on every page except for the home page. I attached an image

  •  8,860
    Tahir replied

    Hey Brian ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    p#breadcrumbs {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Brian Nieves replied

    Thanks - That was easy to fix