Viewing 3 replies - 1 through 3 (of 3 total)
  • Me too, I just posted the problem on the WP main forums. I will let you know if i get an answer.

    Me too, I just posted the problem on the WP main forums. I will let you know if i get an answer.

    Hello,

    If you have the ability to edit your .css file or override them within your theme you can add the following css rule to your code

    .question-cat-menu{
    display:none;
    }

    You should add it at the end of your code so it fires last and overrides the current rule that is already in place. This does not remove it but hides the whole container that has the drop down menu in it.

    Dave

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove category dropdown from [list_questions]’ is closed to new replies.