I don’t think so since its black background in that black text space wont be visible ..
add this to your custom css and alter the image to the one you want
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
background-image: url("paper.gif");
}
Hi RObin,
I get this exclamation mark
your css area is very picky, most just accept what they are given
try
.bbp-the-content {
background-image: url("paper.gif");
}
1 fixed the code \/
2. i put my own image inside
but it is still black
any ideas?
try
.bbp-the-content {
background-image: url("paper.gif") !important;
}
ie add the !important bit
if that fails, then it is beyond general help !
haahhahahaha XD i have no idea what this mean 😛
is it beyond your help?
I have not seen a custom css area that is so restrictive – is this a part of your theme, a plugin or what?
yes this a part of my theme.
I have aqualy a other question. Im going to open a new topic im curious what you think of it.