Title: Remove hover effects
Last modified: January 29, 2023

---

# Remove hover effects

 *  Resolved [lllttt](https://wordpress.org/support/users/lllttt/)
 * (@lllttt)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-hover-effects/)
 * Hi, please, how to remove hover effects (shifting the font and graying out the
   image) on images in CSS?
 * Thank you…
 * [https://naposedu.cz/portfolio/category/works/](https://naposedu.cz/portfolio/category/works/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-hover-effects%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16421154)
 * Hi X,
 * Go to Appearance → Customize → Additional CSS (the menu labels might be different
   in your language) and add the code below:
 *     ```wp-block-code
       .preview-image:after,
       .post-preview header { display: none !important; }
       ```
   
 * Let me know if that does it.
 * — Anders
 *  Thread Starter [lllttt](https://wordpress.org/support/users/lllttt/)
 * (@lllttt)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16422820)
 * Hi Anders,
 * thanks for your advice, unfortunately the code doesn’t work:(
 * Lenka
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16424379)
 * [@lllttt](https://wordpress.org/support/users/lllttt/) Your site is running the
   Minimalist Portfolio child theme, which changes the code you need a little bit.
   Try this instead:
 *     ```wp-block-code
       .PP_Card--hoverable:hover .PP_Entry__more {
       	display: none;
       }
   
   
       .PP_Card--hoverable:hover .PP_Entry__header {
       	transform: none;
       }
       ```
   
 *  Thread Starter [lllttt](https://wordpress.org/support/users/lllttt/)
 * (@lllttt)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16426859)
 * It works! Thank you very much!
 * L.
 *  Thread Starter [lllttt](https://wordpress.org/support/users/lllttt/)
 * (@lllttt)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16563608)
 * Hi [@anlino](https://wordpress.org/support/users/anlino/) ,
 * please, how to fix, that also pictures work as links not just the titles.
 * For example on the [homepage](https://naposedu.cz) the first tile “Small Talk#
   10: Foraging Weather” – text works as a link, but the picture in background no.
 * (the Minimalist Portfolio child theme)
 * Thank you
   Lenka
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16566241)
 * Hi [@lllttt](https://wordpress.org/support/users/lllttt/),
 * Since this works in the parent theme (Hamilton), it’s likely an issue with the
   child theme (Minimalis Portfolio). I’d recommend you to post in their support
   forum so the child theme creator can see it.
 * — Anders
 *  Thread Starter [lllttt](https://wordpress.org/support/users/lllttt/)
 * (@lllttt)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16571987)
 * Ok, thanks.
 * Lenka

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hamilton/2.1.2/screenshot.jpg)
 * Hamilton
 * [Support Threads](https://wordpress.org/support/theme/hamilton/)
 * [Active Topics](https://wordpress.org/support/theme/hamilton/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hamilton/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hamilton/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 7 replies
 * 2 participants
 * Last reply from: [lllttt](https://wordpress.org/support/users/lllttt/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/remove-hover-effects/#post-16571987)
 * Status: resolved