Hello,
Thank you so MUCH.
I have been struggling forever with that.
Can you tell how can I make customization to the shortcodes?
For eample make the listing of the forums use another font, size and color?
Thank you again
For eample make the listing of the forums use another font, size and color?
@royh32 this is more of a CSS for bbPress forums issue. bbPress does not add any font-family styles so your forum inherits the font-family, size and color used in your theme. If you still want your forums to use another font-family, font-size or color you can add something like the following at the bottom of your theme’s style.css file:
`#bbpress {
color: #000;
font-family: ‘Times Roman’, Times, serif;
font-size: 14px;
}`
adjust to taste.
Thank you, I appreciate it so much.
I will try it out.
I am really struggling since I am new to it all.
Thank you again