• Resolved dlg74

    (@dlg74)


    Hi,

    Can anyone help me with a custom CSS code to disable the rollover animation of featured post icons in the blog Slider? I’m using the Zinest Skin.It should come with some kind customisation option for the animation but there’s none unfortunately.

    The effect looks really cheap, icons rotate around 15 degrees on hover. The slider looks killer but that effect in particular looks really bad.

    Please help!!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Faridul Islam

    (@mohammaadfarid)

    Dear @dlg74,
    Thanks for your message. it’s possible by custom CSS, So put below CSS:

    .bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img:hover {
        transform: scale(1) rotate(0deg) !important;
    }

    Best Regards,
    Faridul Islam.

    Thread Starter dlg74

    (@dlg74)

    That worked perfectly, thanks a lot Faridul!

    Plugin Author Faridul Islam

    (@mohammaadfarid)

    It’s my pleasure 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling Hover Animation of Featured Post Icons’ is closed to new replies.