Hide postdivrich and remove breadcrumb from article posts
This support request was posted in Flatbase by collinbrady
- collinbrady July 1, 2018 at 6:32 am
Hey folks!
I’m trying to do two things here:
1. Hide the main rich text box editor from article posts (I want to use custom field here which I’ve created, but the main box still remains when people go to add new posts… I would love to hide that one)
2. Hide the breadcrumb from the article post page. We use a large taxonomy for categories and it ends up being incredibly long when it shows all the different selected categories at the top so removing it would be extremely helpful.I’ve gone through a ton of suggestions across forums for different functions to remove the rich text box (I’m likely just referencing something wrong) and I’ve poured through the .php files trying to remove the breadcrumb trail only from article posts and am at a loss for how to do it.
Any help would be greatly appreciated!
collinbrady July 2, 2018 at 4:24 amI actually figured out my issues with postdivrich.
Now I’m only looking at how to disable the breadcrumb on article posts.
Juanfra Aldasoro July 2, 2018 at 1:08 pmHi,
Thank you for writing. I hope you’re doing well.
You can add the following CSS in order to remove the breadcrumbs on article pages:
body.single-article .nice-breadcrumb { display: none; }
Best,
Juan.
You must be logged in to reply to this topic.