Shopify themes, liquid, logos, and UX
My store URL: https://kuzushop.com/
Solved! Go to the solution
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file.
3. Paste the code below before </head> of the theme.liquid file.
4. Find the exact class name and Set the suitable font size as you want in the CSS code.
Screenshot:
Login Page: https://prnt.sc/nx3LCp4EyUnS
Register Page: https://prnt.sc/MjYN89Hui6Dl
<style>
.customer .field input{
border: 1px solid #b7b7b7 !important;
border-radius: 10px !important;
}
.customer.login form button,#create_customer button{
border: 1px solid #b7b7b7 !important;
color: #353535 !important;
}
</style>
Having broder issue of Create Account Page as well. Any help will be highly appreciated.
Hello @KuzuRan
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.customer .field {
border: 1px solid #000 !important;
}
.customer button {
color: #000 !important;
border: 1px solid #000 !important;
margin-left: auto !important;
margin-right: auto !important;
}
</style>
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
1. Go to Online Store -> Theme -> Edit code.
2. Open your customer.css file
3. Paste the below code from bottom on customer.css
.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.
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file.
3. Paste the code below before </head> of the theme.liquid file.
4. Find the exact class name and Set the suitable font size as you want in the CSS code.
Screenshot:
Login Page: https://prnt.sc/nx3LCp4EyUnS
Register Page: https://prnt.sc/MjYN89Hui6Dl
<style>
.customer .field input{
border: 1px solid #b7b7b7 !important;
border-radius: 10px !important;
}
.customer.login form button,#create_customer button{
border: 1px solid #b7b7b7 !important;
color: #353535 !important;
}
</style>
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file.
3. Paste the code below before </head> of the theme.liquid file.
4. Find the exact class name and Set the suitable font size as you want in the CSS code.
Screenshot:
Login Page: https://prnt.sc/nx3LCp4EyUnS
Register Page: https://prnt.sc/MjYN89Hui6Dl
<style>
.customer .field input{
border: 1px solid #b7b7b7 !important;
border-radius: 10px !important;
}
.customer.login form button,#create_customer button{
border: 1px solid #b7b7b7 !important;
color: #353535 !important;
}
</style>
- Here is the solution for you @KuzuRan
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.customer .field input {
border: 1px solid #5433EB !important;
}
#customer_login button {
background: #5433EB !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024