How to fix the login age broders and button at the headerof the page?Any help will be much appreciated. Many thanks
My store URL: https://kuzushop.com/
My store URL: https://kuzushop.com/
Hello @KuzuRan
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @
You can add code by following these steps
.customer :is(#customer_login, #create_customer) .field:after {
border-color: #000;
}
.customer :is(#customer_login, #create_customer) button {
background-color: #000;
}
.customer :is(#customer_login, #create_customer) button:after {
box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(243,243,243, calc(1 - 0.3 )), 0 0 0 var(--buttons-border-width) #000;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
You can add code by following these steps
Screenshot:
Login Page: https://prnt.sc/nx3LCp4EyUnS
Register Page: https://prnt.sc/MjYN89Hui6Dl
You can add code by following these steps
Screenshot:
Login Page: https://prnt.sc/nx3LCp4EyUnS
Register Page: https://prnt.sc/MjYN89Hui6Dl
.customer .field input {
border: 1px solid #5433EB !important;
}
#customer_login button {
background: #5433EB !important;
}