Adrian Martinez
asked 11 years ago

Hi, Every time I roll over a post image on the home page my page glitches. How do I go about fixing this?

Thanks,

Adrian

1 Answers
DominicStaff
answered 11 years ago

To resolve your problem with the post image on the home page. you can log in to Dashboard > Theme > Customize > General Settings, add the following code to the “DW Header script”

 
<style>
.no-touch.csstransitions .hentry:hover .hover-thumb img {
    transform: none;
}
</style>

Hope this helps !

Please leave your feedback if you fix it successfully.

Regards,
Dominic

Adrian Martinez
replied 11 years ago

Perfect! Fixed. Thanks!

Powered by DW Question & Answer Pro