Title: Remove Mouse hover effect
Last modified: October 16, 2020

---

# Remove Mouse hover effect

 *  [deidre20](https://wordpress.org/support/users/deidre20/)
 * (@deidre20)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-mouse-hover-effect-2/)
 * Hi,
 * I need some help with removing the hover effect on my portfolio.
    Hope anyone
   can give me the right css?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-mouse-hover-effect-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Sundar](https://wordpress.org/support/users/phptechie/)
 * (@phptechie)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-mouse-hover-effect-2/#post-13541642)
 * Hi,
 * Please use the following update
 * Go to WordPress Admin -> Appearance -> customize -> Additional CSS section
 * Add the following CSS code
 *     ```
       .portfolio .entry-image-link img:hover {
          opacity: unset !important;
       }
       ```
   
 * Hope this helps!
    Thanks.
 *  Thread Starter [deidre20](https://wordpress.org/support/users/deidre20/)
 * (@deidre20)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-mouse-hover-effect-2/#post-13541867)
 * I have just added it to the additional CSS selection but I hasn’t done anything..?
   any future advise?
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-mouse-hover-effect-2/#post-13547209)
 * This doesn’t really remove the effect, it makes the event action invisible. The
   end result looks the same. Add to the Additional CSS customizer section:
 *     ```
       .portfolio-item > a {
           display: none;
       }
       ```
   
 * Maybe not the ideal approach, but it should work.

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

The topic ‘Remove Mouse hover effect’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 3 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/remove-mouse-hover-effect-2/#post-13547209)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
