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.
422
Developer MVP
wonder why its pulling admin.css and not error.css ( are you embed forum )
422 Real Estate Australia , now open Check it out
Answers
copy error.css to your themes folder and edit that css
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •you could also.. do something like ...
This
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •