Tagged: header
I need some help for my website!
I want to delete the breadcrums in the header? Some of my titles are to long so it looks a bit messy!
For example: http://www.stagestudent.nu/stage/meewerkstage-marketing-bij-software-ontwikkelaar-voor-het-mkb-in-de-tuinbouwbranche/
How can I delete de breadcrums?
Thanks a lot!!
Hi,
You can add this on your custom.css or Quick CSS.
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}
Regards,
Ismael
it worked thanks