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

    For rotate you icon use below code in custom filed

    .service-area:hover .service-icon i {
        padding-top: 0px !important;
        -moz-animation: spin .4s 1 linear !important;
        -o-animation: spin .4s 1 linear !importan;
        -webkit-animation: spin .4s 1 linear !important;
        animation: spin .4s 1 linear !important;
    }

    Then save and check your website.

    Thanks.

    Theme Author webriti

    (@priyanshumittal)

    User changed the theme. Closing this ticket.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to rotate a icon’ is closed to new replies.