Home › Forums › Jevelin Theme › Remove animation icon box
Home › Forums › Jevelin Theme › Remove animation icon box
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
Thanks, that is http://www.femkevanwelsenes.nl
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; }
Excellent, it’s fixed.
You are most welcome here š