Home › Forums › WoodMart support forum › Forget password color Forget password color This topic has 1 reply, 2 voices, and was last updated 1 year, 10 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 6, 2023 at 11:21 pm #440914 peterandrasmarkParticipant 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. February 7, 2023 at 5:54 am #440961 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .login-form-footer .lost_password { color: red; } Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register