<?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[Hide image and video posts from home page]]></title><description><![CDATA[<pre><code>.home .type_3, .home .type_4 {  
display: none;  
}  
</code></pre>
<p dir="auto">If you go into a community there won't be a 'home' css class so you'll see image and video posts in there.</p>
<p dir="auto">To hide all image and video posts everywhere:</p>
<pre><code>.type_3, .type_4 {  
display: none;  
}  
</code></pre>
]]></description><link>https://forum.pierobosio.it/topic/d38dbcd0-8a3f-4791-b90e-ad325635641d/hide-image-and-video-posts-from-home-page</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 03:05:11 GMT</lastBuildDate><atom:link href="https://forum.pierobosio.it/topic/d38dbcd0-8a3f-4791-b90e-ad325635641d.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Apr 2026 00:08:38 GMT</pubDate><ttl>60</ttl></channel></rss>