Okay
  Public Ticket #2990210
There is a navigation bar that I want removed, but I do not know how to do so.
Closed

Comments

  •  5
    brandonb77 started the conversation

    I want this bar removed from the about and contact page of the website, but I haven't been able to find the setting that affects section.

  •  2,958
    Andrew replied

    Hey there,

    Those are the Yoast Breadcrumbs. To remove them use the CSS Below.

    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):

    .yoast#breadcrumbs {
        display: none;
    }

    Thanks

  •  5
    brandonb77 replied

    Thank you sir! You have saved my sanity.