• 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

    (@brankoconjic)

    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.