Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi, using Folie theme and can’t find where to turn off the site navigation, or whatever breadcrumb thing in right corner says “You are hear Home / Contact Info ”
PLEASE HELP!
Hello,
Please go to Customizer > General > Custom Codes > Custom Css and add this code:
.breadcrumbss {
display: none;
}
it will hide the breadcrumbs from page header.
Let us know.
Best regards!
Thanks! I actually realized I had simple layout in header options- changing to modern took it off.
You must be logged in to reply to this topic.