Title: Hero &#8211; Remove mouse over effect
Last modified: June 3, 2021

---

# Hero – Remove mouse over effect

 *  [rundall](https://wordpress.org/support/users/rundall/)
 * (@rundall)
 * [5 years ago](https://wordpress.org/support/topic/hero-remove-mouse-over-effect/)
 * Hey,
 * Currently, on desktop when i move my mouse over hero, it scrolls up and then 
   i can see the full text. I want this to happen automatically when page loads…
   effectovely removing that effect..
 * just like om mobile, where it happens automatically. On mobile you dont have 
   to move your mouse over it to see the complete effect. Thats what id like for
   desktop also?
 * Any help would be appreciate.
    Thanks
 * Ross

Viewing 1 replies (of 1 total)

 *  [Branko](https://wordpress.org/support/users/brankoconjic/)
 * (@brankoconjic)
 * [5 years ago](https://wordpress.org/support/topic/hero-remove-mouse-over-effect/#post-14558118)
 * Hi Ross,
 * Add the following CSS code into the Additional CSS field in Appearance » Customize:
 *     ```
       .si-hover-slider .slide-inner {
         transform: translateY(-90px) !important;
       }
   
       .slide-inner .read-more {
         opacity: 1 !important;
         transform: none !important;  
       }
       ```
   
 * Let me know if that worked for you.

Viewing 1 replies (of 1 total)

The topic ‘Hero – Remove mouse over effect’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Branko](https://wordpress.org/support/users/brankoconjic/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/hero-remove-mouse-over-effect/#post-14558118)
 * Status: not resolved