Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide Voices number, just show Replies

  • @yaragad

    Participant

    Hello,

    I’d like to hide “Voices” column in the main forum page (or everywhere if not possible) as I only want to show the “Replies” number. Can you help me with that?

    Thanks!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • @robin-w

    Moderator

    put this in the custom css of your theme

    li.bbp-topic-voice-count {
        display: none !important;
    }

    @yaragad

    Participant

    Sorry, this works for the columns inside the forum (for threads) but I still see Voices and Replies in the main forums screen.

    I included it at the end of my style.css of my WP theme. Is this correct?

    @robin-w

    Moderator

    link to an example plaese

    @yaragad

    Participant

    http://www.ffximobile.es/foro/

    I want to remove “Voices” (Debates) column from there.
    Sorry for my poor explanation, Im not an expert and thanks again.

    @robin-w

    Moderator

    ok, this should do that

    li.bbp-forum-topic-count {
    	display: none !important;
    }

    @yaragad

    Participant

    OK, that’s it, but now the problem as you can see in the site is that the remaining space is empty. I would like the “Forum” column to get that free space. Thanks again!

    @yaragad

    Participant

    Ok, done with the css bbp-forum-info class by increasing the %.

    Thanks, this is closed then.

    Love this plugin.

    @robin-w

    Moderator

    great – glad you are fixed

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar