Removing shadow from Creating account/Login

Hello guys!

may i ask you, how can i remove the shadow from buttons on the Login/Register page like, that is highlighted in the screenshot?

@Monster1587
Hello,
Can You Please Share Your Store URL? I Will Check and Provide Proper Solution

@Monster1587 send your store URL

Hallo @Monster1587

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

paste below code at bottom

form#customer_login button {
box-shadow: none !important;
}

If you require any further information, feel free to contact me.

Best regards,

@Monster1587
PuT BeLoW CsS InTo ThEMe.LiQiD FiLe BeFoRe ClOsInG TaG


hello @Monster1587

  1. Go to your Store > Theme > click to edit code.
  2. find this file " base.css" and open it.
  3. Paste the code at the end of the file.
form#customer_login .customer button:after {
box-shadow: none;
}

this idea helps you

Hi @Monster1587

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly