How to change button and text color on account login page?

Hello!!

We are setting up our site and on the Account Login/Registration page the buttons and create account / forgot password text aren’t showing up - do you know how we amend the button + text colour? I have highlighted it in the second screenshot to show what is missing.

We are using the Theme Lorenza

thank you!

@TrivedaLife

can you send me the url of that page

sure!

https://triveda.life/account/login?return_url=%2Faccount

@TrivedaLife

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store->Theme->Edit code

assets->theme.css

.account a {

color: #605248 !important;

}

.login__links a {

color: #605248 !important;

}

.bttn {

background: #000 !important;

}

.bttn:hover {

background-color: gray !important;

}

Best regards,

PageFly

Thank you so much that has worked perfectly!!