Skip to:
Content
Pages
Categories
Search
Top
Bottom

Modifying colors

  • @mizu-no-oto

    Member

    Greetings from Vancouver, B.C.

    I’ve installed the BBPress plugin and want to modify the ‘light blue’ and ‘yellow’ text block colors on the following page.

    http://participatorydemocracy.ca/forums/forum/test-forum

    I followed plugin >> bb press >> bbp-twentyten >> css >> bbpress-rtl and bbpress.css

    Using Firebug I located in the css where (I thought) I would modify the colors but when I looked in both bbpress-rtl and bbpress.css there was no matching code, at least that I could find.

    Same for . . .

    http://participatorydemocracy.ca/forums

    which I want to modify the header to match the rest of the website.

    Any suggestions would be grateful . . .

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jaredatch

    Member

    You are in the right direction, the theme is just hijacking and overriding bbPress css, so you’re going to have to just tweak it.

    @mizu-no-oto

    Member

    Thank you. I was able to change the color of one box, now yellow,

    using the following code.

    #content div.bbp-template-notice.info {

    background-color: #FFFFEE;

    border-color: #FFFFEE;

    }

    But I can’t figure out the coding using Firebug for . . .

    Gray topic box color . . .

    http://participatorydemocracy.ca/forums/forum/test-forum

    Gray author/post box color . . .

    http://participatorydemocracy.ca/forums/topic/what-sustains-a-democracy

    Also I am unable to double-space between paragraphs as the bbpress forum does.

    Thanks for your suggestions and help . . .

    @mizu-no-oto

    Member

    I have this issue figured out now. Thanks.

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