Join our new community forum for support & discussion

Join Now

Home Support Themes ExpertHive Remove Shadows on Buttons

Remove Shadows on Buttons

  • Author
    Posts
  • nicolasmachado

    Hello,

    Is it possible to remove the ‘color’ shadow effect from the buttons with some css? I tried without success.

    Thanks in advance,
    Nicolas.

    nazar

    Hello, please try using this CSS snippet:

    .button, .wp-block-button__link, button, input[type=submit] {
    box-shadow:none !important;
    }
    nicolasmachado

    Hey Nazar!

    It worked great! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.