- This topic has 4 replies, 2 voices, and was last updated 5 years, 9 months ago by .
remove enlarge effect pictures blog
You must be logged in to reply to this topic.
Hi,
Is it possible to remove the enlarge effect on the blog overview pictures?
Thanks in advance
Hello,
Yes it is.
Add this CSS code to the Custom CSS field of the Custom Code tab in Integral Options.
.hovereffect:hover img {
transform: none;
}
Yes thanks Hans, worked like a charm!
One more question on this subject. If there’s a software update I activate for wordpress, will the css code I enter in the custom code tab saved or will it disappear?
It will not disappear; it is saved in your database so it will remain with future updates.
You must be logged in to reply to this topic.