Okay
  Public Ticket #2755303
Get rid of navigation bar
Closed

Comments

  • Michiel started the conversation

    Hi there, I am using Salient to create a new site, safeitfactory.com (we are in cyber security :-) ).

    I do not want to show navigation as to where the visitor is, as the site is really simple, there is no need. On other sites I could easily influence the navigation bar yes ro no, but I somehow seem to have lost that capability. On new pages I created, there is always that white bar showing "Home>>Products" on the products page, "Home>>Contacts" on the contacts page, and so on. On the Partners page, the navigation shines through the Salient header bar and through the Company Logo.

    Could you please show a way to hide that navigation bar?

    If you look at the site, see for instance the Products page, and most others. The Home page does not have the issue.

    Many thanks, Michiel

  •  8,393
    Tahir replied

    Hey Again,

    That navigation bar "Breadcrumbs Bar" is added via the Yoast Seo Plugin. You can turn it off in the plugin settings or use custom css .

    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 

  • Michiel replied

    Tahir,

    many thanks, you are a genius (at least with Salient, Wordpress and, apparently, also with Yoast SEO.

    It works perfectly, many thanks for your help!