<?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[active category filter: color instead of opacity?]]></title><description><![CDATA[<p dir="auto">hi there.</p>
<p dir="auto">any possibility to choose a specific color instead of just an opacity percentage for active filter categories?</p>
<p dir="auto">to target this via CSS seems crazy complicated?!</p>
<p dir="auto">some info on this would be great.<br />
THX and best!</p>
<p dir="auto">gregor</p>
]]></description><link>https://laythemeforum.com/topic/7294/active-category-filter-color-instead-of-opacity</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Jul 2026 02:52:38 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7294.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Oct 2021 13:48:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to active category filter: color instead of opacity? on Wed, 03 Nov 2021 21:28:07 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Gregor! have a wonderful day &amp; thank you for supporting Lay Theme! 🌝</p>
<h6><a class="plugin-mentions-user plugin-mentions-a" href="/user/gregorgregor">@<bdi>GregorGregor</bdi></a></h6>
]]></description><link>https://laythemeforum.com/post/27136</link><guid isPermaLink="true">https://laythemeforum.com/post/27136</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Wed, 03 Nov 2021 21:28:07 GMT</pubDate></item><item><title><![CDATA[Reply to active category filter: color instead of opacity? on Wed, 03 Nov 2021 13:45:59 GMT]]></title><description><![CDATA[<p dir="auto">just found it — thanks!<br />
… impatient »me«</p>
<p dir="auto">.lay-thumbnailgrid-filter-anchor:hover {<br />
opacity: 0.5;<br />
color: #5e8c8a;<br />
}.</p>
]]></description><link>https://laythemeforum.com/post/27131</link><guid isPermaLink="true">https://laythemeforum.com/post/27131</guid><dc:creator><![CDATA[GregorGregor]]></dc:creator><pubDate>Wed, 03 Nov 2021 13:45:59 GMT</pubDate></item><item><title><![CDATA[Reply to active category filter: color instead of opacity? on Wed, 03 Nov 2021 13:42:53 GMT]]></title><description><![CDATA[<p dir="auto">mh — and the mouseover color i can also change?<br />
… don‘t get how to target those.</p>
]]></description><link>https://laythemeforum.com/post/27130</link><guid isPermaLink="true">https://laythemeforum.com/post/27130</guid><dc:creator><![CDATA[GregorGregor]]></dc:creator><pubDate>Wed, 03 Nov 2021 13:42:53 GMT</pubDate></item><item><title><![CDATA[Reply to active category filter: color instead of opacity? on Wed, 03 Nov 2021 13:09:38 GMT]]></title><description><![CDATA[<p dir="auto">THANKS!</p>
<p dir="auto">works and helps.<br />
i call this easy.</p>
<p dir="auto">have a nice day too!</p>
<p dir="auto">XG!</p>
]]></description><link>https://laythemeforum.com/post/27129</link><guid isPermaLink="true">https://laythemeforum.com/post/27129</guid><dc:creator><![CDATA[GregorGregor]]></dc:creator><pubDate>Wed, 03 Nov 2021 13:09:38 GMT</pubDate></item><item><title><![CDATA[Reply to active category filter: color instead of opacity? on Tue, 26 Oct 2021 19:58:14 GMT]]></title><description><![CDATA[<h3>Dear Gregor</h3>
<h6><a class="plugin-mentions-user plugin-mentions-a" href="/user/gregorgregor">@<bdi>GregorGregor</bdi></a></h6>
<p dir="auto">The following code is defining the 'active opacity'</p>
<pre><code>.lay-thumbnailgrid-filter-anchor.lay-filter-active {
    opacity: 1;
}
</code></pre>
<p dir="auto">So you can add anything you wish to be applied to the 'Active' category filter e.g</p>
<pre><code>.lay-thumbnailgrid-filter-anchor.lay-filter-active {
    opacity: 1;
    background-color:red;
    color:yellow;
    border-radius:50px;
    width:50px
}
</code></pre>
<p dir="auto"><em>Result:</em><br />
<img src="/assets/uploads/files/1635278247125-screen-shot-2021-10-27-at-8.56.56-am-resized.png" alt="Screen Shot 2021-10-27 at 8.56.56 AM.png" class=" img-fluid img-markdown" /></p>
<blockquote>
<p dir="auto"><a href="https://laytheme.com/documentation.html#custom-css-styling" target="_blank" rel="noopener noreferrer nofollow ugc">https://laytheme.com/documentation.html#custom-css-styling</a></p>
</blockquote>
<hr />
<h5>Hope this helps Gregor &amp; have a wonderful day 🌅</h5>
<h5>Richard</h5>
]]></description><link>https://laythemeforum.com/post/26991</link><guid isPermaLink="true">https://laythemeforum.com/post/26991</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Tue, 26 Oct 2021 19:58:14 GMT</pubDate></item></channel></rss>