<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Invert blur+darken on mouseover on project thumbnail]]></title><description><![CDATA[<p dir="auto">Hey,<br />
is there a way to invert the mouseover blur + darken effect of a project thumbnail?<br />
Like that the defaut state of the thumbnail is blurry and darkened and on mouseover the blur disappears and it gets bright and normal.</p>
<p dir="auto">Any ideas?</p>
<p dir="auto">Thank you in advance!</p>
<p dir="auto">Best wishes,<br />
Robert</p>
]]></description><link>https://laythemeforum.com/topic/2129/invert-blur-darken-on-mouseover-on-project-thumbnail</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 00:29:08 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/2129.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Feb 2018 15:39:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Invert blur+darken on mouseover on project thumbnail on Thu, 31 Oct 2019 04:40:08 GMT]]></title><description><![CDATA[<p dir="auto">try this...<a href="http://www.corelangs.com/css/box/image-shadow.html" target="_blank" rel="noopener noreferrer nofollow ugc">css image shadow</a></p>
]]></description><link>https://laythemeforum.com/post/15732</link><guid isPermaLink="true">https://laythemeforum.com/post/15732</guid><dc:creator><![CDATA[walshmagger]]></dc:creator><pubDate>Thu, 31 Oct 2019 04:40:08 GMT</pubDate></item><item><title><![CDATA[Reply to Invert blur+darken on mouseover on project thumbnail on Thu, 22 Feb 2018 19:30:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/robertr">@<bdi>Robertr</bdi></a><br />
have a look here:<br />
<a href="http://laythemeforum.com/topic/2224/underline-hover-effect-on-project-title-description/2" target="_blank" rel="noopener noreferrer nofollow ugc">http://laythemeforum.com/topic/2224/underline-hover-effect-on-project-title-description/2</a></p>
<p dir="auto">and here:<br />
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/drop-shadow" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/drop-shadow</a></p>
<p dir="auto">You can use the inspector of Google Chrome. It is just a right click on the page:<br />
<img src="/assets/uploads/files/1519327795454-bildschirmfoto-2018-02-22-um-16.29.18-resized.png" alt="0_1519327776789_Bildschirmfoto 2018-02-22 um 16.29.18.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also try to make a course at Codeacademy. Beginner CSS is for free.</p>
<p dir="auto">All the best!</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/7757</link><guid isPermaLink="true">https://laythemeforum.com/post/7757</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Thu, 22 Feb 2018 19:30:14 GMT</pubDate></item><item><title><![CDATA[Reply to Invert blur+darken on mouseover on project thumbnail on Wed, 21 Feb 2018 19:11:54 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much Marius!! I think that will help.<br />
Another quick question though, is there a way to give the text on a project thumbnail (the project title) a dropshadow? And how can I see the class of such elements so that in the future maybe I can figure this stuff out by myself with my mediocre css skills …</p>
<p dir="auto">Thank you once again,<br />
Robert</p>
]]></description><link>https://laythemeforum.com/post/7658</link><guid isPermaLink="true">https://laythemeforum.com/post/7658</guid><dc:creator><![CDATA[Robertr]]></dc:creator><pubDate>Wed, 21 Feb 2018 19:11:54 GMT</pubDate></item><item><title><![CDATA[Reply to Invert blur+darken on mouseover on project thumbnail on Tue, 20 Feb 2018 19:58:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/robertr">@<bdi>Robertr</bdi></a><br />
there is not really a default feature to do this.</p>
<p dir="auto">But you could play around with this:</p>
<pre><code>.thumbnail-wrap:hover img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
</code></pre>
<p dir="auto">I hope I could help!</p>
<p dir="auto">All the best!</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/7648</link><guid isPermaLink="true">https://laythemeforum.com/post/7648</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Tue, 20 Feb 2018 19:58:00 GMT</pubDate></item></channel></rss>