Dawn 2.0 Register/Login Page Rounded Text Field Boxes

Solved

Dawn 2.0 Register/Login Page Rounded Text Field Boxes

Sea-Ninja
Excursionist
15 0 2

Hey all,

 

Just wondering if anyone can help me round the text field boxes (Email, Password, Name etc.) on my account login and register pages?

 

Site: www.seaninja.co.nz

Password: NZSeaNinja123

 

Appreciate the help in advance!

Cheers.

Accepted Solution (1)

ThomasBorowski
Shopify Partner
803 71 243

This is an accepted solution.

Try adding this at the bottom of the assets/base.css file:

#customer_login input[type="email"], #customer_login input[type="text"], #customer_login input[type="password"],
#create_customer input[type="email"], #create_customer input[type="text"], #create_customer input[type="password"]
  {
  border-radius: 5px;
}

 

★ Smart Upgrades, Tips and Tutorials for Shopify themes: cartpunk.com
Did my solution work? Help other Community members easily find the correct solution and apply it to their own stores by marking it as the Accepted Solution and giving it a Thumbs Up

View solution in original post

Replies 2 (2)

ThomasBorowski
Shopify Partner
803 71 243

This is an accepted solution.

Try adding this at the bottom of the assets/base.css file:

#customer_login input[type="email"], #customer_login input[type="text"], #customer_login input[type="password"],
#create_customer input[type="email"], #create_customer input[type="text"], #create_customer input[type="password"]
  {
  border-radius: 5px;
}

 

★ Smart Upgrades, Tips and Tutorials for Shopify themes: cartpunk.com
Did my solution work? Help other Community members easily find the correct solution and apply it to their own stores by marking it as the Accepted Solution and giving it a Thumbs Up
Sea-Ninja
Excursionist
15 0 2

Thanks for the quick reply! Code works perfectly. Thanks so much for your help.

 

Much appreciated!