Re: Custom input text box for product page border is white so it is the same as the background

Solved

Custom input text box for product page border is white so it is the same as the background

CalvinBowden
Tourist
4 3 3

Hi

I am adding a text input box to my product page with a custom Theme template called main custom product liquid in sections every thing works fine all I would like to do is change the color of the border of the input field box

thanks hope someone can help cheers.

 

Calvin Bowden 

Accepted Solutions (6)

kaalTechGeeks
Shopify Partner
318 58 79

This is an accepted solution.

Hi @CalvinBowden
can you please share the URL so that I can actually review the problem and share the exact codes that would solve the issue 

- If my answers saved you time and headaches, consider buying me a coffee!
- Check my profile: KaalTechGeeks | Reach out to me on my socials - Instagram | Skype | Mail
- Was my reply helpful? Click Like to let me know! & if your question was answered, Mark it as an Accepted Solution!

View solution in original post

CalvinBowden
Tourist
4 3 3

This is an accepted solution.

ok I am still designing the website but here is the url .............

 

View solution in original post

CalvinBowden
Tourist
4 3 3

This is an accepted solution.

also the change is only on the test mug product

 

View solution in original post

kaalTechGeeks
Shopify Partner
318 58 79

This is an accepted solution.

Hi @CalvinBowden
Just add the below code at the bottom of the base.css file in the shopify theme code editor

input#custom-name {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
}

  And this will give the border the same color it takes when someone has clicked on it. 
Thanks

- If my answers saved you time and headaches, consider buying me a coffee!
- Check my profile: KaalTechGeeks | Reach out to me on my socials - Instagram | Skype | Mail
- Was my reply helpful? Click Like to let me know! & if your question was answered, Mark it as an Accepted Solution!

View solution in original post

CalvinBowden
Tourist
4 3 3

This is an accepted solution.

Thank you amazing.

View solution in original post

kaalTechGeeks
Shopify Partner
318 58 79

This is an accepted solution.

Hey @CalvinBowden,
I am glad that my solution worked for you Please do like my solutions as this motivates to help others in the community.
Also I see that you are still working on the website you can take my expertise in improving your website.
Thanks & Regards
KaalTechGeeks

- If my answers saved you time and headaches, consider buying me a coffee!
- Check my profile: KaalTechGeeks | Reach out to me on my socials - Instagram | Skype | Mail
- Was my reply helpful? Click Like to let me know! & if your question was answered, Mark it as an Accepted Solution!

View solution in original post

Replies 7 (7)

kaalTechGeeks
Shopify Partner
318 58 79

This is an accepted solution.

Hi @CalvinBowden
can you please share the URL so that I can actually review the problem and share the exact codes that would solve the issue 

- If my answers saved you time and headaches, consider buying me a coffee!
- Check my profile: KaalTechGeeks | Reach out to me on my socials - Instagram | Skype | Mail
- Was my reply helpful? Click Like to let me know! & if your question was answered, Mark it as an Accepted Solution!
CalvinBowden
Tourist
4 3 3

This is an accepted solution.

ok I am still designing the website but here is the url .............

 

CalvinBowden
Tourist
4 3 3

This is an accepted solution.

also the change is only on the test mug product

 

kaalTechGeeks
Shopify Partner
318 58 79

This is an accepted solution.

Hi @CalvinBowden
Just add the below code at the bottom of the base.css file in the shopify theme code editor

input#custom-name {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
}

  And this will give the border the same color it takes when someone has clicked on it. 
Thanks

- If my answers saved you time and headaches, consider buying me a coffee!
- Check my profile: KaalTechGeeks | Reach out to me on my socials - Instagram | Skype | Mail
- Was my reply helpful? Click Like to let me know! & if your question was answered, Mark it as an Accepted Solution!
CalvinBowden
Tourist
4 3 3

This is an accepted solution.

Thank you amazing.

kaalTechGeeks
Shopify Partner
318 58 79

This is an accepted solution.

Hey @CalvinBowden,
I am glad that my solution worked for you Please do like my solutions as this motivates to help others in the community.
Also I see that you are still working on the website you can take my expertise in improving your website.
Thanks & Regards
KaalTechGeeks

- If my answers saved you time and headaches, consider buying me a coffee!
- Check my profile: KaalTechGeeks | Reach out to me on my socials - Instagram | Skype | Mail
- Was my reply helpful? Click Like to let me know! & if your question was answered, Mark it as an Accepted Solution!
byMateo
New Member
12 0 0

hey there!  my shipping on my product apge is all white and cannot change it to black.  where is this code located?