Skip to:
Content
Pages
Categories
Search
Top
Bottom

Color of text.

  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar