Remove animation icon box

Home Forums Jevelin Theme Remove animation icon box

Home Forums Jevelin Theme Remove animation icon box

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • michielbles
    Participant

    How can I remove the hover transition on an icon box. I tried, without success adding this to the custom CSS

    .sh-iconbox-style12 {transition: none !important;}

    Thanks for your help!

    Hi @michielbles,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

     

    michielbles
    Participant

    Solution for this topic

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-iconbox.sh-iconbox-left:hover {
        left: 0;
    }

    michielbles
    Participant

    Excellent, it’s fixed.

    You are most welcome here 🙂

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