Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
cant make custom bg...
I tried to overwrite the bg.png with a bg I created and it won't work. what's wrong?
0
Best Answer
-
422 MVP
yer ok see u havent fixed the issue. Can you see what you have done ?
body{body{background:#131313 url(bg-body.jpg) repeat center top;
REMOVE THE body{ you have it twice !
There was an error rendering this rich post.
0
Answers
try and post some CSS from that theme or a link to your site and we can help
There was an error rendering this rich post.
http://remixedcat.info/forums/ is my site
k so what do you want to do?
There was an error rendering this rich post.
I want this tiled BG on the current theme:
http://i.imgur.com/JLUG7.png
or the darkmist theme...
this is the code for the joie theme and what I tried to do:
/*
*/
body {
background: #131313 url(23-w-128.png) repeat center top;
background-attachment: fixed;
color:#fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:normal;
text-align:center;
}
Just change the image located at http://remixedcat.info/forums/themes/joie/design/bg-body.jpg
And in the css: change this line ( first one )
body{background:#131313 url(bg-body.jpg) repeat center top;
in link forums/themes/joie/design/custom.css
There was an error rendering this rich post.
that didn't work and now the BG is white on the darkmist theme
What would I know huh.
Did it cross your mind you may have done something wrong ?
like:
body{body{background:#131313 url(bg-body.jpg) repeat center top;
There was an error rendering this rich post.
could be cloudflare interferreing...
yer ok see u havent fixed the issue. Can you see what you have done ?
body{body{background:#131313 url(bg-body.jpg) repeat center top;
REMOVE THE body{ you have it twice !
There was an error rendering this rich post.
oh great that just made the theme look crappy and blue and white.... imma go re-up it
ok it gets even more screwy.... I completely wiped the theme off my server, completely redownloaded a fresh new copy of the theme, extracted it, and uploaded it again and re-applied and it still looked screwy.... joie is not giving much of that lol
I got it.... it was cloudflare interferring a bit. switched it to dev mode and it works,,,, thank u very much!