Form top border issue

Form top border issue

TBS2023
Shopify Partner
298 1 37
Replies 8 (8)

Rahul_dhiman
Shopify Partner
788 152 167

Hello @TBS2023 
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the very end of the file

div._formFieldContainer_1ydxd_5 {
margin-block: 1px !important;
}

result
11.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Danish864
Shopify Partner
69 4 10

Go to theme setting and add this code in custom css.

 

._formFieldContainer_1ydxd_5 #first_name {
    border-top: outset !important;
}

 

 

Danish864_0-1722598041433.png

 

 

Mark this as solution if it works for you. If you need help then let me know. Thanks

TBS2023
Shopify Partner
298 1 37

not working

Danish864
Shopify Partner
69 4 10

try with important.

 

._formFieldContainer_1ydxd_5 #first_name {
    border-top: outset !important;
}

 

 if it does not work. give me access to the store i will do the changes.

TBS2023
Shopify Partner
298 1 37

still nothing 😞

Danish864
Shopify Partner
69 4 10

Sorry i missed a dash in start. You can check my first reply. It will work now. Please like and mark my solution as accepted. thanks

TBS2023
Shopify Partner
298 1 37

still nothing - please send a collaborator request and i will accept it

Danish864
Shopify Partner
69 4 10

do you still need help?