Hello Everyone!
I am using the Shopify Tinker theme. I want to put () text on the right side of Enter store password. Is it possible to put this? Please help me. Thanks in advance.
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
Password: Admin
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > base.css and paste this at the bottow of the file:
.form-section .label-wrapper {
justify-content: end;
}
Best regards,
Devcoder ![]()
Take the css labels from @devcoders and add ::after, then use the content property.
Give me the full update code. Thank you.
I have. You just need to put it all together yourself. A bit of research, if you need it, will make you a better programmer.
Hi @dreamtechzone_5 ,
1. Go to Online Store → Theme → Edit code.
2. Open your theme.css / base.css file and paste the code in the bottom of the file.
.content--block .label-wrapper label[for="password"]::after {
content: " : (Admin)";
font-weight: normal;
display: inline-block;
margin-left: 2px;
}
Thanks!
Please try using !important.
.content--block .label-wrapper label[for="password"]::after {
content: " : (Admin)" !important;
font-weight: normal !important;
display: inline-block !important;
margin-left: 2px !important;
}
Check it on Incongnito mode.
Hope it will work.
Thanks!
I added it. But not work
Let’s try this, Go to your main-password.liquid file and add code:
<style>
.content--block .label-wrapper label[for="password"]::after {
content: " : (Admin)" !important;
font-weight: normal !important;
display: inline-block !important;
margin-left: 2px !important;
}
</style>
Thanks!
How are you going?
The theme you’re using is Tinker, right? Which has a different login/password screen as the horizon one (the screen shot you’ve posted).
As @Dan-From-Ryviu correctly said, the best way is to go into the password page:
Then choose the Edit default theme content, and look for this/these using the search word: password:
I’ve updated the text as you wished. You could also set the placeholder text, and it would look like this:
Another, maybe not so good option is to go into the password.liquid and change it like this:
off sitewide
July sale — 45% off at checkout, applied automatically. Valid for 60 minutes. One per customer.
Offer ends in