Shopify themes, liquid, logos, and UX
I want to add a border to the text box under Your Name. A border only shows up when I click on the blank space.
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hey @vahe1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
input#custom-name {
border: solid 1px black;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @vahe1
Kindly share your Store URL and Password if enabled
Awesome thank you!
Can you share the link to your website please? This would make it a little bit easier for me to see what the problem is and guide you in the right direction.
sirandesigns.com
Password: lovewg
This is an accepted solution.
Hey @vahe1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
input#custom-name {
border: solid 1px black;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
User | RANK |
---|---|
156 | |
136 | |
74 | |
70 | |
62 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023