Hello, tried asking this in a different forum but no luck, will try here before I ask a staff member. My profile backdrop color used to be black and the coding for it before was: body {background: ;}.block, .info_block {background: ;} This no longer works and I would like to know a code that does replace it. Thanks to anyone that can help.
Hmm, I think that should still work. Are you sure you have the codes between style tags? If you're not using style tags, then they won't work.
The code I have is this: body {background: ;}.block, .info_block {background: ;} this used to work, if you can tell me how to change it I would be most grateful.
I tried it on my profile and it worked for me, but yeah you need to have it between style tags like this.
<style>
body {background: ;}
.block, .info_block {background: ;}
</style>
my preferences won't accept it
yes, under preferences
EDIT: Just finally getting back to this and tried where you suggested and I was wrong but now I do have it thanks to you as I hide my head in shame. Thank you.
No worries, glad you were able to figure it out. :)
In my defense (sort of) I am recovering from two broken ribs, so was probably a little too medicated to make the attempt at the time.