Featured icon blocks – disable animation

  • Author
    Posts
  • #120875
    kufnerinfo
    Power User

    Hello,

    I need to disable the “slide in” animation for featured icon blocks completely. How could I do that? Thank You!

    #121395
    Zed
    Cryout Creations mastermind

    Hi,

    Please try the following CSS:

    body .lp-block i,
    body .lp-block .lp-block-title,
    body .lp-block .lp-block-text {
    	opacity: 1;
    	margin-left: 0;
    	-webkit-animation: none;
    	animation: none;
    }

    For speedier support replies, please use the dedicated priority support system.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #121510
    kufnerinfo
    Power User

    Thank You!

    This works.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Featured icon blocks – disable animation’ is closed to new replies.