It looks like you're new here. If you want to get involved, click one of these buttons!
Hi, i'm trying to change the color of the "404" -page, but the changes i've set has no effect?
This is what i've added to "custom.css":
/404/ body.Home #Content { margin: 0 auto; }
Content .SplashInfo {
border-top: 1px solid black; border-bottom: 1px solid black; background: #747474; }
Content .SplashInfo h1 {
background: #747474; color:orange; text-shadow:0 1px 0 black; }
Content .SplashInfo p {
border-bottom: 1px solid black; color: orange; }
//404/
Yet, it looks like this: http://finnvegg.no/derp

Please advice.
Comments
copy error.css to your themes folder and edit that css
♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads
I've placed the code below in /themes/default/design/error.css
Still no change: http://finnvegg.no/derp
Is the file location wrong? i also tried /themes/default/error.css
wonder why its pulling admin.css and not error.css ( are you embed forum )
♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads
Thanks! i've now changed these parts of admin.css:
Content .SplashInfo {
}
Content .SplashInfo h1 {
}
Content .SplashInfo p {
}
And uploaded it to a new css file in: /themes/default/design/admin.css
This is the result: http://finnvegg.no/derp
you could also.. do something like ...
This
♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads
maybe later... right now i have larger fish to catch...
Fo future reference, this is how i changed the text on the 404-page:
Add these lines to your translation file /vanilla/locales/<insert language here/definitions.php