Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removal of Voices to take over the remaining cells


  • Danishsard
    Participant

    @danishsard

    Hello, how can I delete in the forums theme view “Voices” is a basically unnecessary element unusual for for. I would like to move it but not only as display: none; but let the titles take this part of the deleted Voices

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

  • Robin W
    Moderator

    @robin-w

    you will need to amend

    li.bbp-topic-voice-count {
        display: none !important;
    }
    
    li.bbp-topic-title {
    	width: 65% !important;
    }

    and play with the 65% number


    Danishsard
    Participant

    @danishsard

    What you propose is a bad solution, I do not even have to check – the title uses the same class as the forum index page where it will move the number of topics and posts and the latest – it will blow the page. That’s why I am looking for a solution that will work


    Robin W
    Moderator

    @robin-w

    well you’ll need to work it out yourself then


    Danishsard
    Participant

    @danishsard

    Robin – how to omit Dispaly: none and use the same 65% along with deleting the entries from https://bbpress.org/forums/topic/removing-1-post-1-voice-from-view/ it looks good.

    Thank you very much for help in this topic. Actually these are two different classes on pages. Thanks!

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