• Resolved sw38

    (@swd38)


    Hello

    I have some problem about submit button. When I take the mouse over the button It doesn’t display the correct color. The colors of the buttons and text do not match the colors specified in the css. The color on the buttons and text is pale.

    I try to use this css but it’s not working

    form.fluent_form .ff-btn-submit:hover {
    background-color: rgba(32, 82, 144, 1)!important;
    color: #ffffff!important;
    }

    I test with elementor button with same color it has no problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @swd38,

    Thanks for sharing your concern. The selector seems invalid. Please try with the following snippet,

    form.frm-fluent-form .ff-btn-submit:hover {
    background-color: rgba(32, 82, 144, 1) !important;
    color: #ffffff !important;
    }

    This should work.

    Thank you.

    Thread Starter sw38

    (@swd38)

    Hello

    Thank you but I mean the color in css is change and correct But The color when mouseover is very pale. I don’t know your plugin has some filter in the submit button?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button hover’ is closed to new replies.