Skip to:
Content
Pages
Categories
Search
Top
Bottom

Help with the final result


  • Elenams
    Participant

    @elenams

    ood Morning :

    I need a little help with the design of bbPress , I explain : I have installed bbPress on my blog / site and love the result , the only problem is the final design. For example, forum posting source instead of black is light gray and the message is read with difficulty. I searched the net and much é us how to modify it , please help .

    My website : http://www.mamirami.es/foro/topic/normas-foro/

    Thank you very much !

    Elena M.

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

  • Robkk
    Moderator

    @robkk

    the font is light gray because you closed the topic.

    add this css anywhere you can add custom css,
    also maybe change #000 to whatever shade of black you use for your fonts on your content.

    #bbpress-forums .status-closed, 
    #bbpress-forums .status-closed a {
    color: #000;
    }

    Elenams
    Participant

    @elenams

    Thank you for your feedback! It was driving me crazy !

    Just one more thing what document / file I can find the options to change the default colors ?

    Thanks again !


    Robkk
    Moderator

    @robkk

    @elenams

    i thought i replied to this one..

    pretty much the plugins stlye.css file will get you headed into styling bbPress the way you want it.

    you copy the style.css file from the bbPress plugin folder and put it into a folder called css in your child theme then edit the new style.css file from there.

    if its just small changes you can also put it into a custom css plugin of your choice.

    more information on styling bbPress can be found in the codex

    Codex


    Robkk
    Moderator

    @robkk

    anything in the style.css file really.

    more info on styling bbPress.

    Step by step guide to setting up a bbPress forum – part 2

    bbPress Styling Crib

    reading the rest of the docs wont be bad to read either 🙂

    Codex


    Robkk
    Moderator

    @robkk

    @elenams

    i thought i replied to this one..

    pretty much the plugins stlye.css file will get you headed into styling bbPress the way you want it.

    you copy the style.css file from the bbPress plugin folder and put it into a folder called css in your child theme then edit the new style.css file from there.

    if its just small changes you can also put it into a custom css plugin of your choice.

    more information on styling bbPress.

    https://codex.bbpress.org/theme-compatibility/

    bbPress Styling Crib

    Step by step guide to setting up a bbPress forum – part 2

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar