Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] I really need help with forums


  • royh32
    Participant

    @royh32

    I want to put the sitewide and group forums under one page: “forums”.
    I found this guide:

    I keep having problems doing it in the default theme.

    Can somebody please help?

    Thank you so much

Viewing 4 replies - 1 through 4 (of 4 total)

  • r-a-y
    Keymaster

    @r-a-y


    royh32
    Participant

    @royh32

    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


    @mercime
    Keymaster

    @mercime

    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.


    royh32
    Participant

    @royh32

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] I really need help with forums’ is closed to new replies.
Skip to toolbar