Title: Button Hover
Last modified: November 11, 2016

---

# Button Hover

 *  Resolved [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/)
 * Which class css should i edit for hover functionality into the subscribe and 
   other buttons?
    I have a css for buttons in my theme i want to include that.I
   already have made the buttons look like my theme buttons,but now i want to add
   the hover functionality.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [wpshopmart](https://wordpress.org/support/users/wpshopmart/)
 * (@wpshopmart)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/#post-8426870)
 * Ok,
 * Can you please share me your site url?
 * also please can you share me some hove design example.
 * Thanks
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/#post-8426871)
 * [https://www.myhomecart.com/](https://www.myhomecart.com/)
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/#post-8426877)
 * hover css style
    —————– **css class** input:hover { background:transparent!important;
   border:none!important; color:#fa5000!important; border:1px solid #fa5000!important;
   cursor: pointer!important; } **css class** input:focus{ outline: 0!important;}————-
 *  Plugin Author [wpshopmart](https://wordpress.org/support/users/wpshopmart/)
 * (@wpshopmart)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/#post-8427003)
 * try this custom css
 *     ```
       .btn-theme, .btn-default:hover{
       background:transparent!important;
       border:none!important;
       color:#fa5000!important;
       border:1px solid #fa5000!important;
       cursor: pointer!important;
       }
   
       .btn-theme, .btn-default:hover{
       outline: 0!important;
       }
       ```
   
 * add above css in your custom css filed.
 * Thanks
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/#post-8427019)
 * Well it works exactly like i wanted thanks for the help
 *  Plugin Author [wpshopmart](https://wordpress.org/support/users/wpshopmart/)
 * (@wpshopmart)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/#post-8427032)
 * You are welcome.
 * Please rate us if you like this plugin.
 * Let me know if you will get any issue in plugin.
 * Thanks
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/button-hover/#post-8427033)
 * Check out the contact page the home button has some hover issue.
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover/#post-8440604)
 * Can you fix the hover issue with the Contact page **home** button
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover/#post-8440607)
 * Just give me the css
 *  Plugin Author [wpshopmart](https://wordpress.org/support/users/wpshopmart/)
 * (@wpshopmart)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover/#post-8443433)
 * Remove old custom css and use this one –
 *     ```
       .btn-default:hover{
       background:transparent!important;
       border:none!important;
       color:#fa5000!important;
       border:1px solid #fa5000!important;
       cursor: pointer!important;
       }
   
        .btn-default:hover{
       outline: 0!important;
       }
       ```
   
 * try it and then let me know.
 * Thanks
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover/#post-8444113)
 * Well if i do that then the subscibe button is working like previous but the home
   button doesnot hover.
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover/#post-8449738)
 * well it is not working i had to add separate css from .btn-default:hover{}
    and.
   btn-theme:hover{}
 *  Thread Starter [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * (@arunabho95)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover/#post-8449744)
 * It would be great if you can add a contact us button option just like about Us

Viewing 13 replies - 1 through 13 (of 13 total)

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

 * ![](https://ps.w.org/responsive-coming-soon/assets/icon-256x256.png?rev=1420656)
 * [Coming Soon Page & Maintenance Mode](https://wordpress.org/plugins/responsive-coming-soon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-coming-soon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-coming-soon/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-coming-soon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-coming-soon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-coming-soon/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [arunabho95](https://wordpress.org/support/users/arunabho95/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover/#post-8449744)
 * Status: resolved