Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to Change bbpress Colors


  • chimerapro
    Participant

    @chimerapro

    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

    @robin-w

    try

    bbPress Styling Crib

    for starters


    Adonismoet1608
    Participant

    @adonismoet1608

    The codex dosent work


    Robin W
    Moderator

    @robin-w

    ‘The codex dosent work ‘

    Can you explain a little more ?


    Adonismoet1608
    Participant

    @adonismoet1608

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


    Robin W
    Moderator

    @robin-w

    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

    @adonismoet1608

    Thanks. That worked


    chimerapro
    Participant

    @chimerapro

    where exactly do I find the file to edit?


    Adonismoet1608
    Participant

    @adonismoet1608

    Style css folder


    chimerapro
    Participant

    @chimerapro

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


    chimerapro
    Participant

    @chimerapro

    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

    @adonismoet1608

    You tried that code posted above ?


    baglama
    Participant

    @baglama

    worked. thanks 🙂

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