Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbp-header background doesn't change


  • ALBCODERS
    Participant

    @albcoders

    I read many articles here but couldn’t try any solution.
    I’m triùying to change the background color of bbpress header and footer and I found this article here
    I’m using propanel and a custom-style.php iùwith the code below I can change the color but not background..

    #bbpress-forums li.bbp-header,
    #bbpress-forums li.bbp-footer {
    background: <?php echo $bbpbg; ?>;
    color: <?php echo $bdcolor; ?>;
    }

    Do you have any idea I used also this one but I didnt get success.

    #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: none repeat scroll 0% 0% <?php echo $bbpbg; ?>;
    color: fff;
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar