Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
538 views
in Plugins by

How to remove Categories title from sidebar Category widget?

1 Answer

0 votes
by
 
Best answer

It is very simple to do this:

go to:

qa-include/plugins/qa-widget-category-list.php

click on edit in cPanel

find this code 

$this->themeobject->output('<h2>' . qa_lang_html('main/nav_categories') . '</h2>');

And remove it.

After that.

...