Follow

Remove post title moving when hovering on recent blogs

It can be done only with custom css. You need to paste it to the bottom of style.css.

.mycarousel2 li:hover h3 {
 transform: none !important;
-moz-transform: none !important;
-o-transform: none !important;
-webkit-transform: none !important;
}
 
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk