Okay
  Public Ticket #3415317
Page folder structure header
Closed

Comments

  •  2
    bbentelin started the conversation

    I can't figure out how to disable this navigation header. (In the attachment Home >> Hayin)   It appears on all pages except for my home page.  I'd like to remove it.  Where in the Salient options can I find this option?

    Attached files:  Salient Directory.jpg

  •  279
    Noah replied

    Hi there,

    That navigation or rather, those breadcrumbs are from the Yoast plugin you are using. You should disable the from that plugin's settings.

    Cheers.

  •  2
    bbentelin replied

    Oh!  Thanks so much.

  •  5
    Michael Hartenberger replied

    Hi, 

    I have the same issue but only on my shop page. Is that a woocommerce setting then? Already have it in Yoast disabled. 

  •  8,839
    Tahir replied

    Hey Again,

    Yes, those are Default Woocommerce Breadcrumbs.

    Thanks.


    ThemeNectar Support Team 

  •  5
    Michael Hartenberger replied

    Thank you! Do you know if I can deactivate them?

    Thank you!

  •  8,839
    Tahir replied

    Please provide the page URL so we can write up what's possible.


    ThemeNectar Support Team 

  •  5
    Michael Hartenberger replied

    https://waterandart.at/shop

  •  8,839
    Tahir replied

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

    nav.woocommerce-breadcrumb {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Michael Hartenberger replied

    Perfect thanks so much! works!

    Can I also hide the page title "Shop" ?


    Thank you!

  •  8,839
    Tahir replied

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

    .nectar-shop-header .page-title {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Michael Hartenberger replied

    Thank you!! Amazing how fast you are!! Thanks for the help!