Hi, DesignWall
Please help me to disable the first category show on the below pic, I would like to hide “DWQA Questions”, thanks.

1 Answers
To resolve this issue, you can add the following code to the style.css file:
.dwqa-breadcrumbs a:first-child {
display: none;
}
.dwqa-breadcrumbs a:first-child + span {
display: none;
}
Hope this helps!
can I programmably change the default name?
Very simple, it’s the page title of the question list page, you can log into Dashboard > Pages, then change the title & slug of question list page.
that’s great. It’s all work like you said. I’m really happy with your plugin.
If you have any issue or question, you can let me know, I will check and help you resolve it.
Please login or Register to submit your answer