Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to Change bbpress Colors

  • @chimerapro

    Participant

    Hello, ive been trying to figure out exactly what i need to do to make bbpress match the theme on afewunited.com check under community page and you can see it can anyone help me solve this issue? im new to all this css/html5 stuff.

Viewing 12 replies - 1 through 12 (of 12 total)
  • @robin-w

    Moderator

    try

    bbPress Styling Crib

    for starters

    @adonismoet1608

    Participant

    The codex dosent work

    @robin-w

    Moderator

    ‘The codex dosent work ‘

    Can you explain a little more ?

    @adonismoet1608

    Participant

    I have applied some of those codes from the styling crib into my css folder and they dont work

    @robin-w

    Moderator

    Which tends to suggest that you are having the issue rather than that the codex doesn’t work !

    css is loaded at various times, and changes can be overwritten by later loads.

    Try putting ‘!important’ after a few to see if that helps, if so then apply to all. This tells the code not to apply later changes.

    eg

    #bbpress-forums li.bbp-header {
     background: #eaeaea !important;
     }
    

    @adonismoet1608

    Participant

    Thanks. That worked

    @chimerapro

    Participant

    where exactly do I find the file to edit?

    @adonismoet1608

    Participant

    Style css folder

    @chimerapro

    Participant

    do I get to that through my cpanel from host? ive never done this haha

    @chimerapro

    Participant

    okay I found the style editor I added these codes to the bottom of it and that did nothing I use !important its not working.

    @adonismoet1608

    Participant

    You tried that code posted above ?

    @baglama

    Participant

    worked. thanks 🙂

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