Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: This may be a ridiculous newbie question but…

$
0
0

Using globally-scoped CSS to style elements and override classes in WordPress, like the garden-variety style.css. It has nothing to do with bbstyle.

Ex.

#bbpress-forums {
font-size: 14px !important;
font-weight: 500 !important;
font-family: Roboto !important;
}
.bbpress-wrapper {
font-size: 14px !important;
font-weight: 500 !important;
font-family: Roboto !important;
}
.bbp-breadcrumb, .bbp-breadcrumb-home {
font-size: 14px !important;
font-family: Roboto !important;
}
.bbp-topic-permalink {
font-size: 15px !important;
font-weight: 500 !important;
}
.bbp-header, .bbp-reply-author {
background-color: #F8AA3C !important;
font-size: 16px !important;
font-family: Roboto !important;
}


Viewing all articles
Browse latest Browse all 3638

Trending Articles