Title: Button hover
Last modified: April 2, 2024

---

# Button hover

 *  Resolved [sw38](https://wordpress.org/support/users/swd38/)
 * (@swd38)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/button-hover-4/)
 * 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)

 *  [Abul Khoyer](https://wordpress.org/support/users/hellokhoyer/)
 * (@hellokhoyer)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/button-hover-4/#post-17553301)
 * Hello [@swd38](https://wordpress.org/support/users/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](https://wordpress.org/support/users/swd38/)
 * (@swd38)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/button-hover-4/#post-17553937)
 * 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.

 * ![](https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580)
 * [Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder](https://wordpress.org/plugins/fluentform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluentform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluentform/)
 * [Active Topics](https://wordpress.org/support/plugin/fluentform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluentform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluentform/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sw38](https://wordpress.org/support/users/swd38/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/button-hover-4/#post-17553937)
 * Status: resolved