Dawn theme Slidebanner button need to be transparent without ouline


Same type without background and outline transpant button need to be done in dawn theme please help me screenshot attached

Hello @satyapal49

Can you share store URL?

store link not available

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

a.button { background: transparent !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

not working need to remove boarder too

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.button:before{ box-shadow: unset !important; } .button:after{ box-shadow: unset !important; } .button:not([disabled]):hover:after{ box-shadow: unset !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like