• Resolved mstudioIL

    (@mstudioil)


    The background effect is from left to right, can I change it to be from top to bottom or bottom to top?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add the CSS below to achieve this:

    .premium-banner-animation11 .premium-banner-gradient::after, .premium-banner-animation11 .premium-banner-gradient::before {
            transform: translate3d(0%,-100%,0)
    }
    

    Cheers!

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks

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

The topic ‘Banner widget effect 11’ is closed to new replies.