How can I change the text color on my login page to match color scheme 9?

How can I change the text color on my login page to match color scheme 9?

MagesLaboratory
Tourist
9 0 0

I just need the login page and subsequent pages (recaptcha, forgot your password, sign up, account page, etc) to match color scheme 9. Any ideas how to do that?

 

Current look of the page:

MagesLaboratory_0-1712754762674.png

 

Colors I'd like it to match:

MagesLaboratory_1-1712754815301.png

 

Craft theme

themageslaboratory.com

magic123

 

 

Replies 2 (2)

Hardik2903
Pathfinder
95 8 12

@MagesLaboratory 

Please go to
1) Online store -> Themes -> Edit code
2) Layout
3) Theme.liquid
and paste below code before </head>

<style>
#shopify-section-template--17416315699441__main {
    background-color: #41005c;
}

#login, a[href="#recover"], a[href="/account/register"] {
  color: #f1ae1f;
}

button[fdprocessedid="9hlq0f"] {
   background-color: #c046ff;
}
</style>




MagesLaboratory
Tourist
9 0 0

Worked for the login page, but not for the "forgot password" page, "create account" page, or the customer account page itself