can't change background color
-
Hi,
To start off, I followed the directions I found here, and I have a child theme set up.
The text and background from my forum are both very white. I’d like to change the background to something darker. Ideally, it would match the look of my widgets, but at this point, I’d take a plain black background.
Here’s my site: http://www.lagsquid.com/forums
Here’s what I’ve been trying:
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: #4b8e2c; } #bbpress-forums { margin-bottom: 10px; border: 1px solid #666; padding: 12px; background-color: #000000; color: #ffffff; } #bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3, #bbpress-forums div.bbp-reply-title h3, #bbpress-forums a.bbp-forum-title, #bbpress-forums a.bbp-topic-permalink { font-size: 16px; color: #0066FF; } #bbpress-forums a.bbp-author-name { font-size: 12px; color: #75A3FF; }
Now, as I said, I’d really like to make the background of my forums look like the widgets. I’m not sure, but I think the code is this:
.widget{ margin-bottom: 10px; border: 1px solid #666; padding: 12px; background: url('images/footer-bg.png') repeat left top; }
Only, I can’t seem to get
url('images/footer-bg.png') repeat left top;
to work. Any help would be appreciated!My apologies if this doesn’t make any sense as it’s 2am and I’ve been working on this for quite a bit 😛
- You must be logged in to reply to this topic.