• Resolved adrigd

    (@adrigd)


    Hi,

    One quick question: is there a way to disable de scale-up effect on the default Button block? I know I can use the buttons of the Greenshift plugin, but I would like to use default blocks for simple things like that. I don’t mind to change this by code, but I don’t know what to write to disable it. I would like to keep the size of the button on hover if possible.

    Thanks for the help!

Viewing 1 replies (of 1 total)
  • Theme Author wpsoul

    (@wpsoul)

    .wp-block-buttons .wp-block-button__link:active, .wp-block-buttons .wp-block-button__link:focus, .wp-block-buttons .wp-block-button__link:hover, .wp-block-buttons .wp-block-button__link:visited{transform: scale(1)}

    add to custom css

Viewing 1 replies (of 1 total)
  • The topic ‘Disable the scale-up effect on Buttons’ is closed to new replies.