Add border to input field in product page

Solved
vahe1
Tourist
5 0 1

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!Capture.PNG

Accepted Solution (1)
Moeed
Shopify Partner
2365 596 713

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>

 

Moeed_0-1686425147492.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️

View solution in original post

Replies 5 (5)
Moeed
Shopify Partner
2365 596 713

Hey @vahe1 
Kindly share your Store URL and Password if enabled

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
vahe1
Tourist
5 0 1

Awesome thank you!

Zqdo
Shopify Partner
803 32 60

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. 

vahe1
Tourist
5 0 1

sirandesigns.com

Password: lovewg

Moeed
Shopify Partner
2365 596 713

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>

 

Moeed_0-1686425147492.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️