1 Reply
Nov 20, 2018 8:09 am
Hi @winpeace,
Use the following CSS. Just navigate to Dashboard > Forums > Settings > Styles admin page, put it in "Custom CSS Code" textarea.Â
@media screen and (max-width: 620px){
.wpforo-td.wpfrtd {
display: none !important;
}
}
Don't forget to delete all caches before checking.Â