Which font size attribute is that?
-
Hello
I’ d like to change my font size in bbpress, because its to small. I found a lot of stuff and I could change the most of the fonts but there are some fonts left:
user role is still very small
the topic descriptions are still smallLike:
Topic title (i could change this size)
startet by: Findolfin (this text is still very small)Which is the right atribute?
Actually my code looks like that:
/*bbpress Forum Text fix – text ist lesbar*/
#bbpress-forums { font-size: inherit !important; }
div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; }
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; }
#bbpress-forums .bbp-forums-list li { font-size: inherit !important; }#bbpress-forums .bbp-topic-content p,
#bbpress-forums .bbp-reply-content p {
font-size: 18px;
}span.bbp-admin-links a {
color: #bbb;
font-weight: normal;
font-size:14px;
text-transform: uppercase;
text-decoration: none;
}div.bbp-template-notice {
border-width: 1px;
border-style: solid;
padding: 0 0.6em;
margin: 5px 0 15px;
border-radius: 3px;
background-color: #ffffe0;
border-color: #e6db55;
color: #000;
clear: both;
}
- You must be logged in to reply to this topic.