• Resolved benchik

    (@benchik)


    Hello,
    I’m trying to change the button style according to the Tiny Forge docs.
    But I”m getting a weird result on mouse over.
    First the button was of type <input> and the btn class didn’t work.
    So I changed the button to be of type <button> and now the mouse over color is weird.
    I notice that the examples in the docs refer to buttons that are <link>s but I need a submit button.

    Please look at the behavior of “Sign me up!” button in my website:
    https://www.vibrantdad.com/

    Thanks in advance for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    I’ll take a look this evening.

    Thread Starter benchik

    (@benchik)

    Thanks Tomas.

    Theme Author Tomas Mackevicius

    (@tomasm)

    For a quick fix ammend all CSS rules of btn-custom-orange with !important, like:

    background-image: -ms-linear-gradient(top, #fe8a38, #d15700) !important;

    For long term solution I’ll check later, but for your purposes it should work ??

    Thread Starter benchik

    (@benchik)

    Thanks Tomas,
    That did the trick ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing button style weird result’ is closed to new replies.