Most people do not want to use it, why impose it.
not sure on what basis you form that opinion, and you can always amend the templates, which is what they are there for
Hardly any other forums have anything like that in their structures, only bbpress has something like this exposed
Hi @danishsard, How did you do the disabling of the votes column? Could I have instructions?
put this in the custom css section of your theme
#bbpress-forums li.bbp-forum-reply-count {
display: none;
}
Hi, it did not help. Actually, I’m not sure if I put in in the right place.. The site is https://xxxparadise.fi/keskustelupalsta/foorumi/keskusteluaiheet/
@robin-w
I put it into the left sidebar (I have this in Finnish , so I dont know the right terms in English, sorry).
I have there a section “custom CSS” and I put it in the beginning.
…
.fl-page-header-fixed {
background-color:#000000!important;
}
#bbpress-forums li.bbp-forum-reply-count {
display: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
…
It’n Appearance > Customize > Custom(?) CSS.
ps. I’m also using Beaver Builder on the site.
ok try
#bbpress-forums li.bbp-forum-reply-count {
display: none !important;
}
Sorry, it did not work either..
ok install this and put the code in the custom css section.
bbp style pack
once activated go to
dashboard>settings>bbp style pack>custom css
try any/all of these
li.bbp-forum-reply-count {
display : none !important;
}
li.bbp-forum-topic-count {
display : none !important;
}
li.bbp-topic-reply-count {
display : none !important;
}
li.bbp-topic-voice-count {
display : none !important;
}
Thanks @robin-w, last two helped to get rid off things I wanted! Happy!
great – glad you are fixed