Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
402 views
in Q2A Core by

I have this code:  .qa-nav-cat {display:none;} and tried to edit the Candy theme in the qa-style.css but when I put the code where the nav-cat coding is, it doesn't remove the side categories.

1 Answer

0 votes
by
edited by

Hi

 I tested in firebug "firefox"  hide categories, works for me.

CSS edit  wold be like that

.qa-footer {clear:both; background:#3b7c1f url(footer-bg.png) repeat-x left top; color:#FFF; font-size:10px; padding:10px;}
.qa-nav-cat {display:none;}
* html .qa-footer {padding-top:6px;} /* IE6 */

Dont forget to make a backup of your CSS just in case.

...