Home › Forums › Haste Theme › Turn off breadcrumbs in the Portfolio page of the Haste Theme
Home › Forums › Haste Theme › Turn off breadcrumbs in the Portfolio page of the Haste Theme
How can i turn off the breadcrumbs without css on the haste theme portfolio page.
Hi there,
Sorry for our late response.
Can you please share a link to your website, so we can inspect your setup?
Best regards,
Shufflehound team
url: octargon.ai
Thank you for the link!
Can you please let us know on which specific page you want to turn off the breadcrumbs?
I will like to turn off breadcrumbs for the single portfolio pages e.g.
https://octargon.ai/portfolio/rodr/ and all other pages that would be created under /portfolio.
You can add this CSS snippet below under Haste Settings > Custom CSS/JS > CSS Code:
.sh-portfolio-single-breadcrumbs { display: none; }
Thank you.
You are welcome!