Info
- 3 posts
- 2 voices
- Started 2 years ago by InvTrdr
- Latest reply from InvTrdr
- This topic is resolved
Color of text.
-
- Posted 2 years ago #
When I change the font color to "ffffff" in the code below, it does not apply it to all the text on the top of the page for registration/login etc. It only changes "welcome" and the rest like "admin", "logout", "register" and "lost password" are still the same. Where is the color of these fonts (all the text having to do with login, logout, forgot password, logout etc.) controlled in the CSS?
.login { position: absolute; bottom: 31px; left: 0; font-weight: normal; color: #ffffff; width: 100%; z-index: 1; font-size: 12px; }Thank you.
-
- Posted 2 years ago #
They're links, so look for
a { color: #2e6e15; text-decoration: none; } -
- Posted 2 years ago #
Got it. Thanks.
-
You must log in to post.