Home Forums WoodMart support forum Forget password color

Forget password color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440914

    peterandrasmark
    Participant

    hi!

    I would like to change the color of the “forget your password” button because it is black, on black backround, and unvisible. (sport demo) but if i write a css, it is not rewriting.

    if i write this css:

    .login-form-footer .lost_password {
    order: 2;
    color: #fff; }

    the theme always show this:

    .login-form-footer .lost_password {
    order: 2;
    color: var(–wd-primary-color);

    could you help me? thank you!

    Attachments:
    You must be logged in to view attached files.
    #440961

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .login-form-footer .lost_password {
        color: red;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)