how to remove black borders, dawn theme

Solved

how to remove black borders, dawn theme

Miixtr
Visitor
2 0 0

how can I remove the black corner box around all  the input fields ? 

I tried to edit the code as suggested in other posts but didnt work.

 

 

Miixtr_1-1738232884606.png

Miixtr_2-1738232957424.png

https://everydaywear.store/

 

Accepted Solution (1)

DaisyVo
Shopify Partner
3688 402 488

This is an accepted solution.

Hi @Miixtr 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

{% style %}

.field::after {
  display: none !important;
}
{% endstyle %}

DaisyVo_1-1738237276169.png

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
3688 402 488

This is an accepted solution.

Hi @Miixtr 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

{% style %}

.field::after {
  display: none !important;
}
{% endstyle %}

DaisyVo_1-1738237276169.png

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution