Ray Jui-Cheng Kuo
asked 9 years ago

Hi, DesignWall

Please help me to disable the first category show on the below pic, I would like to hide “DWQA Questions”, thanks.
![enter image description here](http://i.imgur.com/FeJ1tq1.jpg)

1 Answers
DominicStaff
answered 9 years ago

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!

Ray Jui-Cheng Kuo
replied 9 years ago

can I programmably change the default name?

Dominic Staff
replied 9 years ago

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.

Ray Jui-Cheng Kuo
replied 9 years ago

that’s great. It’s all work like you said. I’m really happy with your plugin.

Dominic Staff
replied 9 years ago

If you have any issue or question, you can let me know, I will check and help you resolve it.

Powered by DW Question & Answer Pro