Page not found (error 404) – changing text color
-
Hi there. I was not able to find over internet what could be the CSS code to change the text color for the 404 page – in my case, again the white background with my text color are not a good combination.
Example: http://minutohm.com/testing
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there, you mean the white background due to the image you’re using? Give this a try, replacing #aaaaaa for the color you want to use:
#error-msg { color: #aaaaaa; }
-
- The topic ‘Page not found (error 404) – changing text color’ is closed to new replies.