Title: Hover broken
Last modified: October 30, 2021

---

# Hover broken

 *  Resolved [sqweets](https://wordpress.org/support/users/sqweets/)
 * (@sqweets)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/hover-broken/)
 * I have the button re-styled after the HUGE changes made to the HTML (shouldn’t
   have to rework the CSS after an UPDATE)
 * The popup works the same as before the big changes BUT when I hover over the 
   button, the color change doesn’t happen and I get a javascript:void error.
 * The CSS code:
 *     ```
       /*** Contribute by Mail button ***/
       a.paoc-popup-click.paoc-popup-cust-1270.paoc-popup-button.paoc-popup-btn {
         width: 250px;
         height: 51px;
         padding: 7px 20px;
         margin-top: 29px;
         text-align: center;
         border-radius: 0px;
         border: 3px solid #4684A9;
         color: #fff;
         font-weight: 300;
         background-color: #003F6C;
         letter-spacing: 1px;
         font-size: 21px;
         display: inline-block;
         text-decoration: none;
         border-radius: 25px;
       }
   
       a.paoc-popup-click.paoc-popup-cust-1270.paoc-popup-button.paoc-popup-btn:hover {
         background-color: #4684A9;
       }
       /*** Contribute by Mail button END ***/
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhover-broken%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Piyush Patel](https://wordpress.org/support/users/piyushpatel123/)
 * (@piyushpatel123)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/hover-broken/#post-15023993)
 * Hi [@sqweets](https://wordpress.org/support/users/sqweets/),
 * Thanks for reaching out to us.
 * I have checked on your website you have added an OLD version of our plugin classes
   so that’s why on-button hover CSS not working. See this Screenshot: [https://www.awesomescreenshot.com/image/15955307?key=2bd7dea3ae7f51d59c5171e9427b1fb9](https://www.awesomescreenshot.com/image/15955307?key=2bd7dea3ae7f51d59c5171e9427b1fb9)
 * So please replace with OLD CSS to below CSS:
    a.paoc-popup-click.paoc-popup-cust-
   1270.paoc-popup-button.paoc-popup-btn:hover{background-color: #4684A9;}
 * Please check and let me know if anything else.
 * Thanks.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/popup-anything-on-click_7aa8d3.svg)
 * [Popup Maker and Popup Anything - Popup for opt-ins and Lead Generation Conversions](https://wordpress.org/plugins/popup-anything-on-click/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popup-anything-on-click/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popup-anything-on-click/)
 * [Active Topics](https://wordpress.org/support/plugin/popup-anything-on-click/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popup-anything-on-click/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popup-anything-on-click/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Piyush Patel](https://wordpress.org/support/users/piyushpatel123/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/hover-broken/#post-15023993)
 * Status: resolved