-
AuthorPosts
-
January 21, 2016 at 8:02 am #756877
Dear Themeco,
For my featured images I set them to black and white and let them colorize on hover.
This does not work however for posts that have a Youtube video as featured image. Do you know how to do this?
This is my website:
http://www.immahuman.comThis is how the thumbnail div looks like:
<div class="ytp-thumbnail-overlay ytp-cued-thumbnail-overlay" data-layer="4" style="background-image: url("https://i.ytimg.com/vi/Nck6BZga7TQ/sddefault.jpg");">.....</div>
This is the css I used for the featured images:
.entry-featured img { filter: gray; /* IE6-9 */ filter: grayscale(1); /* Firefox 35+ */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ } a.entry-thumb:hover img { opacity: 1; webkit-filter: none; -webkit-filter: none; -moz-filter: none; } a.entry-thumb:before { display: none; }
Thank you!
January 21, 2016 at 12:37 pm #757299Hey there,
Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
-
AuthorPosts