How to make the box-shadow of this button to become white

url: https://makerlab-electronics-ph.myshopify.com/

pass: saboten

@niceeee - try this css, add it to the very end of base.css file

.banner__buttons .button:not([disabled]):hover::after{box-shadow: none;}

I mean this one sir

I mean before and after sir it should be white

Hi @niceeee , This is Richard from PageFly - Landing page builder.

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


I hope it would help you Best regards,

Richard | PageFly

Hello @niceeee ,

You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code
  • Go to Assets folder → base.css file → add this following code at the bottom of page
.btn--primary {
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}
  • Save and preview

Hope this can help you out. Let us know if you have any further request.

Ali Reviews team.