There a possible thing……
From the support of the twenty-twenty-one forum I got, as reply on another support question, the solution to put this below in my custom.css (I cannot write css myself, just put offered strings there from support).
Quite wildly, I played a bit with the setting:
#bbpress-forums .bbp-reply-content {
font-size:1.25em;
}
Writing there 0.75em made indeed the font size smaller. But not the text under the avatars.
Generally, all text should be readable in a way, that it is readable well on phones, because many of the visitors use that device for the forum.
– – – – – – – – – – – – – – – – – – – –
.single .entry-content a, .page .entry a {
text-decoration: none;
}
.single .entry-content a, .page .entry a:hover {
text-decoration: none;
}
.site-logo .custom-logo {
max-width: 96px;
max-height: 96px;
}
@media only screen and (min-width: 482px) {
.site-logo .custom-logo {
max-width: 800px;
max-height: 200px;
width: 100%;
}
}
.site-header > .site-logo {
padding-bottom: 5px;
}
.site-logo {
margin-top: 5px;
}
.site-header {
padding-top: 22.5px;
}
@media only screen and (min-width: 482px) {
style.css:3846.site-header {
padding-top: 40px;
}
}
@media only screen and (min-width: 822px) {
.site-header {
padding-top: 72px;
}
}
.site-header {
padding-bottom: 20px;
}
@media only screen and (min-width: 482px) {
.site-header {
padding-bottom: 30px;
}
}
.site-footer > .site-info .site-name {
width: 100%;
}
.site-footer > .site-info .site-logo .custom-logo {
display: block;
}
.site-logo {
margin: calc(var(–global–spacing-vertical)) / 2) 0;
}
a.bbpressloginurl,
a.bbpressregisterurl,
a.bbpresslostpasswordurl
{
font-size : 16px ;
font-weight: bold;
}
.forum.type-forum.hentry * {
font-size: 1rem !important;
}
#bbpress-forums {
background: transparent;
clear: both;
margin-bottom: 20px;
overflow: hidden;
font-size: 0.75em;
}
#bbpress-forums .bbp-reply-content {
font-size:1.25em;
}
#bbp_stats_widget-2 dt {
float : left ;
}
#bbp_stats_widget-2 dt {
padding-right: 10px;
}
li#bbp_stats_widget-2.widget-container.widget_display_stats dl dd strong {
padding-left : 10px ;
}
li#bbp_stats_widget-2.widget-container.widget_display_stats dl dd {
margin-bottom : 5px ;
}