Okay
  Public Ticket #1639378
Remove Page Breadcrumbs
Closed

Comments

  • haydenh17 started the conversation

    Hello Team :)

    I am using Yoast SEO/Breadcrumbs - I want to remove the breadcrumbs from the blog page and only show in articles/posts.

    Is this possible? Does this need to be updated with every theme update?

    Cheers! Hayden

  •  3,030
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please send us a link to your page so we can help get rid of it using custom CSS,

    Regards

  •  9,002
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  •   haydenh17 replied privately
  •  9,002
    Tahir replied

    I cant see any such gap at the moment : http://prntscr.com/k5k7d7 ? .


    ThemeNectar Support Team 

  •   haydenh17 replied privately
  •  9,002
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    p#breadcrumbs {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   haydenh17 replied privately
  •   haydenh17 replied privately
  •  9,002
    Tahir replied

    Try using the below code instead.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .page p#breadcrumbs {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   haydenh17 replied privately
  •  9,002
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    p#breadcrumbs {
        margin-top: -60px;
    }

    Thanks


    ThemeNectar Support Team 

  • haydenh17 replied

    Wow, thank you! Works great! Amazing service !!


    Hayden NZ