Title: pointer-events: none; WHY?
Last modified: May 18, 2018

---

# pointer-events: none; WHY?

 *  Resolved [potpov](https://wordpress.org/support/users/potpov/)
 * (@potpov)
 * [8 years ago](https://wordpress.org/support/topic/pointer-events-none-why/)
 * hi.
    is there a reason behind this inline rule? i cant see any way to disable
   its generation from the settings and, as it’s an inline rule, i cant override
   it with my custom css. how can i force the plugin to avoid the print of this 
   line of code?
 * thanks

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

 *  Plugin Author [leonmagee](https://wordpress.org/support/users/leonmagee/)
 * (@leonmagee)
 * [8 years ago](https://wordpress.org/support/topic/pointer-events-none-why/#post-10296987)
 * Hi [@potpov](https://wordpress.org/support/users/potpov/), if I remember correctly,
   we have that inline style on the `<a>` tag since we are opening the link when
   someone clicks on the outer wrapping div, but we still want to have an inner `
   <a>` tag with an href property.
 * If you could explain exactly what you are trying to do and send me a link to 
   your site I could probably help.
 * Thanks
 *  Thread Starter [potpov](https://wordpress.org/support/users/potpov/)
 * (@potpov)
 * [8 years ago](https://wordpress.org/support/topic/pointer-events-none-why/#post-10297943)
 * thanks for your answer.
    i’d like to re-define the hover stile of my links but
   the property looks disabled by the inline rule you set.
 * [http://elenablogdev.tk/?page_id=6](http://elenablogdev.tk/?page_id=6)
 * you can go to the latest posts on the home page to notice the effect i’m talking
   about.
 *  Plugin Author [leonmagee](https://wordpress.org/support/users/leonmagee/)
 * (@leonmagee)
 * [8 years ago](https://wordpress.org/support/topic/pointer-events-none-why/#post-10303772)
 * Hi [@potpov](https://wordpress.org/support/users/potpov/), I was able to modify
   the hover state with the following css:
 *     ```
       .shop-page-wp-link:hover a {
           background-color: cornflowerblue;
           border-color: cornflowerblue;
       }
       ```
   
 * Let me know if this is what you need. Thanks
 *  Thread Starter [potpov](https://wordpress.org/support/users/potpov/)
 * (@potpov)
 * [8 years ago](https://wordpress.org/support/topic/pointer-events-none-why/#post-10315230)
 * thank you, it worked.
    i don’t know why i was having so many problems with it.

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

The topic ‘pointer-events: none; WHY?’ is closed to new replies.

 * ![](https://ps.w.org/shop-page-wp/assets/icon-256x256.png?rev=1621159)
 * [Shop Page WP](https://wordpress.org/plugins/shop-page-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shop-page-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shop-page-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/shop-page-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shop-page-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shop-page-wp/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [potpov](https://wordpress.org/support/users/potpov/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/pointer-events-none-why/#post-10315230)
 * Status: resolved