<?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[product thumbnail grid: CSS to make category filter be like tag bubbles]]></title><description><![CDATA[<pre><code>.lay-productsgrid-filter-anchor{
    border-radius: 30px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 28px 10px 30px;
    line-height: 1!important;
}
.lay-productsgrid-filter-anchor:not(.lay-filter-active):hover{
    background-color: rgba(255,255,255,0.5);
}
.lay-filter-active.lay-productsgrid-filter-anchor{
    background-color: #28282A;
}

</code></pre>
<p dir="auto">Enter this css in "lay options" -&gt; "custom css &amp; html" -&gt; "custom css"</p>
<p dir="auto">thought it could be useful to someone!</p>
]]></description><link>https://laythemeforum.com/topic/10820/product-thumbnail-grid-css-to-make-category-filter-be-like-tag-bubbles</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 18:14:34 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/10820.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Mar 2025 15:18:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to product thumbnail grid: CSS to make category filter be like tag bubbles on Mon, 10 Mar 2025 15:19:07 GMT]]></title><description><![CDATA[<p dir="auto">this basically gives the filters a button appearance</p>
]]></description><link>https://laythemeforum.com/post/42461</link><guid isPermaLink="true">https://laythemeforum.com/post/42461</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Mon, 10 Mar 2025 15:19:07 GMT</pubDate></item></channel></rss>