Is there a way to switch it off or is there a CSS solution?
AM
A.M. Jafari
Original poster
Member
Is there a way to switch it off or is there a CSS solution?
Hi A.M. Jafari
Thanks for reaching out
Try the CSS below
.bread-crumb {
display: none;
}
Copy & Paste into Appearance -> Customize -> Additional CSS
Best Regards