Why is it difficult to add shadow to all buttons in Modular theme?

Hello,

Been trying to modify some codes but they aren’t working, I wonder why it is so hard with Modular, just want to place some shadows at the back of all buttons. :worried:

Site URL is https://saintjohnsmonasteryshop.org/

Password is girien

Just want to put shadows on all buttons. :worried:

1 Like

@mmazter

yes please try this code

button {box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);}

Hi there,

Thank you for your reply, at what css or liquid file that I need to put the code?

Thanks

1 Like

@mmazter

oh sorry i have missing that try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.