Background Colors
-
I am trying to do some CSS editing to change the background on this page to black:
http://utherous.com/forums/I have edited the bbpress.css like so
#bbpress-forums, #buddypress {
clear: both;
margin-bottom: 20px;
overflow: hidden;
font-size: 12px;
padding:20px;
background:rgb(10, 9, 9);For some reason these changes are not reflected on the site despite me double checking 3 times that the bbpress.css file on the FTP has the changes. It looks to me like the site is referencing another version of the file?
Any help would be great!
- You must be logged in to reply to this topic.