light mouse over effect in the images or videos

Posted in: Newsmag
Post count: 1

Dear Friends,

Congratulations for this great work!

Only a preference. How can I remove the light mouse over effect in the images or videos featured on the homepage of VIDEONEWS default style?

thanks regards,

Moa

Post count: 7909

Hi,

Do you want to remove opacity for Big Grid? – http://screencast.com/t/eVxkTUKn8i

.home .td-big-grid-overlay:after {
opacity: 0 !important;
}

Or change transition time:

.home .td-big-grid-overlay:after {
-webkit-transition: opacity 0s ease-in-out;
-moz-transition: opacity 0s ease-in-out;
-o-transition: opacity 0s ease-in-out;
-khtml-transition: opacity 0s ease-in-out;
-ms-transition: opacity 0s ease-in-out;
transition: opacity 0s ease-in-out;
}

Please check this css code in Theme Panel > Custom Css – http://screencast.com/t/PO7kZoI9Hr

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.