Hi benington,
Hope you are doing well.
We are really sorry to hear that. In order to get such a feature in the sidebar category, please, push the following CSS lines to your custom CSS section:
.betterdocs-single-category-wrapper.category-grid.active.default.show {
display: block;
}
.betterdocs-single-category-wrapper.category-grid.default {
display: none;
}
You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTw
Let me know how it goes.
Thank you.
Hi, thanks for the reply, this code indeed does what I need, but it also deletes all categories in the guides page. So it works for removing categories in the sidebar, but it also removes the categories in my guides main page.
Hi benington,
We are really sorry to hear that. I am looking into your issue. I will let you know the update after checking this and will reply you on this topic, no worries.
Thanks for your patience and cooperation.
Thanks, I will wait for the answer.
Hi benington,
I hope you are doing well. Thanks for allowing us the time.
You can simply fix this issue by using some Custom CSS. Please use this Custom CSS given below –
#betterdocs-sidebar .betterdocs-single-category-wrapper.category-grid.active.default.show {
display: block;
}
#betterdocs-sidebar .betterdocs-single-category-wrapper.category-grid.default {
display: none;
}
You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize. After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTw
Let me know how it goes.
Thank you.
Hi, thanks for your reply! The latest code your provided worked! Thank you!
Hi benington,
I am so glad to know that your issue is resolved and I was able to help, please feel free to contact our support anytime you need help, we are always here to help.
If you don’t mind me asking, could you do me a favor, and spend 30-sec to review us following this link, this will help us to serve better.
Thank you in advance!
Link to review – https://wordpress.org/support/plugin/betterdocs/reviews/#new-post
Have a good day! :$