This topic has 2 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
How do I get rid of the breadcrumbs under the page title for every page? It’s always wrong too (always says last page was Home). Only option I see is replacing breadcrumbs and title with Revolution Slider.
I tried:
.breadcrumbs .back-to {
display: none !important;
}
But that just got rid of the “back to previous page” link.
Also, how do I get the nav bar background to be grey like the corporate demo?
Thanks,
Will
Hello,
You can use such screenshot maker as Lightshot https://prnt.sc/ Screenshots of your problem will help me to understand more.
To remove – http://prntscr.com/kwiut7 you need to add this code in style.css file of your child-theme:
#breadcrumb {
display: none;
}
Breadcrumbs background you can change via Theme Options > Color Scheme.
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up