Title: Button Hover
Last modified: December 28, 2018

---

# Button Hover

 *  Resolved [namazee](https://wordpress.org/support/users/namazee/)
 * (@namazee)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/button-hover-3/)
 * Hi there,
 * I’ve implemented a usage of a form in my main page under the “Any Enquiries” 
   part, i have also implemented some simple css rules under the form setting to
   edit the button. Now i realized that when i hover my mouse to the “get Help” 
   button, the mouse pointer didn’t change to the “finger” pointer as i would usually
   does on any other buttons on the site.
 * Is there any specific reasoning/way to go about it?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-hover-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/button-hover-3/#post-11033757)
 * Hello [@namazee](https://wordpress.org/support/users/namazee/),
 * Actually, the button is displaying the default cursor determined by the browser,
   but if you want to display the pointer cursor, you simply should edit your style
   definition as follows:
 *     ```
       #fbuilder .my-button input {
           background: #0B60A9 !important;
           color: white !important;
           border: 0 !important;
           width: auto !important;
           cursor: pointer !important;
       }
       ```
   
 * Pay attention to the new css rule:
 * `cursor: pointer !important;`
 * and that’s all.
    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Button Hover’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/button-hover-3/#post-11033757)
 * Status: resolved