Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can’t change background color of forum


  • magnaweb
    Participant

    @magnaweb

    Hello, I have a bbPress forum on my website. I am running WordPress 4.7.4 and bbPress 2.5.12.

    The way I want the entire forum to look can be found on https://thehulkpress.com/forum. However, you’ll notice when you click on the one channel available that the background of the page goes to white instead of staying black. I’ve searched numerous posts and have attempted to change all css fields that make sense to a black background. I have a feeling that the Divi theme that I am running is perhaps overriding this and I may need to change something in the php files, however I am not sure where to look for that. Would anyone be able to point me in the right direction? Thanks for your time,

    – Zach

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

  • Robin W
    Moderator

    @robin-w

    if your theme has a css area, put this in it

    #main-content {
      background-color: #000;
    }

    falconizer
    Participant

    @falconizer

    Nice that i find this thread.
    How can i do this as background in bbpress in css;

    linear-gradient(180deg, rgb(45, 55, 86) 0%, rgb(33, 37, 41) 100%)


    Robin W
    Moderator

    @robin-w


    falconizer
    Participant

    @falconizer

    Thx for that link. But im a complete noob and have no idea how to put in the code in my theme css area.
    i tried with:
    #main-content {
    linear-gradient(180deg, rgb(45, 55, 86) 0%, rgb(33, 37, 41) 100%)
    }
    But get error there!


    Robin W
    Moderator

    @robin-w

    ok, so what do you want to have this background?


    falconizer
    Participant

    @falconizer

    i want it as main background like this

    #main-content {
      background-color: #000;
    }

    That worked fine, but not with:

    #main-content {
    linear-gradient(180deg, rgb(45, 55, 86) 0%, rgb(33, 37, 41) 100%)
    }

    Robin W
    Moderator

    @robin-w

    #main-content {
    background-image: linear-gradient(180deg, rgb(45, 55, 86) 0%, rgb(33, 37, 41) 100%) ;
    }

    falconizer
    Participant

    @falconizer

    Thanks, worked out perfect


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed 🙂


    kenaustin3rd
    Participant

    @kenaustin3rd

    This might be related to the thread I just posted…I am actually trying to make the comment boxes and font colors match my theme…I had to search high and low for this same answer regarding the comment boxes and font colors for my main page for the theme…anyone know the code for this?

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