• Resolved surfsss

    (@surfsss)


    Hi there,

    Some forms (change password, login) have the labels in bold but use my theme style for the color. Others (profile details) dont have bold labels and use black for the color. I have added the following css to my child theme (style.css) so that the labels in the change password and login forms are no longer bold and will match the color of my theme but it does not seem to work. Can you tell me what the issue is? Thanks

    #user-registration p {
    color: 7A7A7A;
    }
    }

    .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
    font-weight: normal;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘label color and font-weight’ is closed to new replies.