disable background effect on FLAT Button

Hi, I want to disable the background effect on the flat buttons.

Thanks

Comments

  • Hi,
    What do you mean by "background effect"?
    The hover color?

    It's not possible through Theme Options.
    It require an theme files modification or custom js scripts which we do not support.

    There is an option with CSS apply, but it won't work good.
    I do not recommend it.
    a.button:hover{
    pointer-events: none;
    }
    Thanks.

Sign In or Register to comment.