Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide Voices number, just show Replies


  • yaragad
    Participant

    @yaragad

    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

    @robin-w

    put this in the custom css of your theme

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

    yaragad
    Participant

    @yaragad

    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

    @robin-w

    link to an example plaese


    yaragad
    Participant

    @yaragad

    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

    @robin-w

    ok, this should do that

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

    yaragad
    Participant

    @yaragad

    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

    @yaragad

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

    Thanks, this is closed then.

    Love this plugin.


    Robin W
    Moderator

    @robin-w

    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