Title: Delete hover element
Last modified: March 10, 2019

---

# Delete hover element

 *  Resolved [Ford12](https://wordpress.org/support/users/ford12/)
 * (@ford12)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/)
 * I am building my page offsite
    I am using the Modular-lite theme There is a button
   on the slider that when I hover the mouse pointer over it, the pointer changes
   to a hand. I do not want the hover hand feature. I want the button there because
   it has text but I don’t want people to be able to click on it. I use siteorigin
   and I can click on the element. But can’t delete the hover code which is:-
 *  .nivo-caption a.button
    a:hover .button a * I think that is the code I need 
   to delete but it doesn’t appear in the Css editor in siteorigin. thanks

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

 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11295206)
 * Hi 🙂
 * If you want to change `pointer` to `default`, you can use the `cursor` property:
   [https://wordpress.org/support/topic/delete-hover-element/](https://wordpress.org/support/topic/delete-hover-element/).
   But ideally, to remove the link action, you’d need to use `pointer-events: none;`
   see: [https://www.w3schools.com/cssref/css3_pr_pointer-events.asp](https://www.w3schools.com/cssref/css3_pr_pointer-events.asp).
 * If you can’t find the correct selector in SiteOrigin CSS, try using your browser’s
   developer tool ([https://developers.google.com/web/tools/chrome-devtools/](https://developers.google.com/web/tools/chrome-devtools/)).
 *  Thread Starter [Ford12](https://wordpress.org/support/users/ford12/)
 * (@ford12)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11307023)
 * OK thanks
    I’ll give that a try
 *  Thread Starter [Ford12](https://wordpress.org/support/users/ford12/)
 * (@ford12)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11307359)
 * No didn’t work
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11307385)
 * Hi, thanks for your reply.
 * Custom development is, unfortunately, outside of free support scope. With small
   tasks like this one, we can try to point you in the right direction. If you have
   a public URL available, I could take another look for you.
 *  Thread Starter [Ford12](https://wordpress.org/support/users/ford12/)
 * (@ford12)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11307493)
 * I found these two nivos and I added the a:hover underneath and that disabled 
   it, but it also disabled it on the menu items at the top of the page.
 * .nivo-caption h2 {
    color: #000000; }
 * .nivo-caption a.button {
    color: #ffffff; }
 * a:hover {
    pointer-events: none; }
 *  Thread Starter [Ford12](https://wordpress.org/support/users/ford12/)
 * (@ford12)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11307507)
 * no not yet sorry, when the website is live I can post again.
    Sorry didn’t realise
   I was asking a tricky question
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11307528)
 * No worries 🙂
 * Be sure that you’re adding Custom CSS in an update safe location like our [Custom CSS plugin](https://wordpress.org/plugins/so-css/)
   or `Customize > Additional CSS`.
 * Keep in mind that `a:hover` will impact every link in your site.
 * You could also consider reaching out to the author of the slider. I don’t believe
   we’re using Nivo slider in any SiteOrigin widgets.

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

The topic ‘Delete hover element’ is closed to new replies.

 * ![](https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869)
 * [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/siteorigin-panels/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/siteorigin-panels/)
 * [Active Topics](https://wordpress.org/support/plugin/siteorigin-panels/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/siteorigin-panels/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/siteorigin-panels/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/delete-hover-element/#post-11307528)
 * Status: resolved