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?
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
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
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