Hi I'm trying to remove the breadcrumbs off the contact page. Any ideas? Thanks!
Remove breadcrumbs on Contact page
2 posts from 2 voices-
Posted 3 months ago #
-
Hi majesticllama,
You can use the specific page ID the contact page is located on to target the breadcrumbs and remove them with css. Something like:
#top.page-id-86 .breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }Where the number 86 is the ID of that specific page where the contact form is.
Regards,
Devin
Posted 3 months ago #
Topic Closed
This topic has been closed to new replies.














