Make BUTTON RECTANGLE on PASSWORD PAGE (It's Round)

HI! We’re in a heavily modified Streamline theme. We’re setting up our password page and we either want the BORDER around the PASSWORD BUTTON to be a rectangle, or we want it removed completely.

Thank you in advance for your assistance.

Hi @HUMN

Would you mind sharing your store’s URL so we can have a look at its code? You can share this privately if you’d prefer.

We’ll provide a solution shortly!

Hi! It’s humnleague.com

Would you kindly enable the password page so we can have a look?

Sorry. It’s on now. :slightly_smiling_face:

Add the following code at the end of your theme.css file:

a.js-modal-open-login-modal.btn.btn--password.btn--small {
    border-radius: 0px;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like

Thank you SO MUCH! This is perfect.

You’re most welcome!

1 Like