Shopify themes, liquid, logos, and UX
Hi everyone! How can I change it so it looks like this:
- white backround gray borders and text for email and password
- sign in buttom gray text and border
- register button gray
- all other texts black
can you do the same thing for register page?
thanks for help asap
hi please paste below code into your theme files
Online Theme > Edit Code > theme.liquid and place it before the </body> tags
<style>
#customer_login input {
background-color: #fff;
border: 1px solid gray;
color: gray;
}
#customer_login label {
color: gray;
}
#customer_login a[href="#recover"] {
margin-left: 0;
margin-right: 0;
color: black;
}
#customer_login button {
border: 1px solid gray !important;
}
</style>
Thanks
thanks for your help! the text hasnt changed to black and also the registration page hasnt changed. what should i do?
you just need to replace the register page form id with the login page form id and update that.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025