Okay
  Public Ticket #2459732
Breadcrumbs - remove from a page
Closed

Comments

  • Shana Frey started the conversation

    Hi - how can I remove breadcrumbs from a single page?  This page will eventually be our new home page when I finish it: https://shoppurecbd.net/home-basic/.  

    (Note: I have looked for articles and tickets on this, and can't find exactly what I'm looking for.  I'm hoping to avoid modifying CSS because it's something I need to keep track of when I upgrade to a newer version of the theme)

    TIA,

    Shana

  •  2,979
    Andrew replied

    Hi Shana,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .page-id-1786 #breadcrumbs {
        display: none;
    }
    

    Hope this helps.

  • Shana Frey replied

    Hi Andrew,

    I was hoping to avoid using custom CSS because I'm concerned about having to keep track of it when I update to the next version of Salient.  Will this disappear with an update?

  •  2,979
    Andrew replied

    Hi Shana,

    The breadcrumbs seems to be coming from yoast seo plugin. The custom css will not be lost during update. You can also install child theme which is update proof in case you have modified theme files.

    Thanks.