Changing text colour in messages box
| Project: | Aberdeen |
| Version: | 5.x-1.7 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | ishmaelsanchez |
| Status: | fixed |
Jump to:
Hi
Great theme, really clean, like it.
I've been playing with it for a while and have gradually been tailoring for my needs. However I have come up against a problem.
The problem is with the messages box i.e. the box that comes up when you add some content e.g. when you add a page, at the top is the message box that says "Your page has been successfully added" (or words to that effect). I have somehow managed to change the text colour within that box to a very light grey... This makes it unreadable on the white background.. The thing is I don't know where I changed that text colour (I don't even remember selecting a light grey as a colour). I guess I could change the background of the box to something darker but really I'd like to change the text colour
Can you point me to where I would change the text colour for this particular message box? Because try as I might I just can't find where that code is located.
Thanks

#1
Hello,
Around line 683 in the style.css is the code to update the text color.
div.status {color:#9CC32A;
}
Just change the color to whatever you like.