# RSS Feed

**URL:** https://community.elfsight.com/c/css-codes/rss-feed/188.md

[Latest](https://community.elfsight.com/latest.md) · [Categories](https://community.elfsight.com/categories.md) · [Tags](https://community.elfsight.com/tags.md)

---

## [Hide Load More button](https://community.elfsight.com/t/hide-load-more-button/62998)

<div class="topic-metadata">

**Author:** [@Max](https://community.elfsight.com/u/Max)\
**Replies:** 0\
**Last updated:** [July 25, 2024, 6:50pm UTC](https://community.elfsight.com/t/hide-load-more-button/62998 "2024-07-25T18:50:11Z")

</div>

Add this code to the Custom CSS field on the Settings tab of your RSS Feed widget’s settings: \[class\*="LoadMoreButton\_\_Container"\] { display: none!important; }

---

## [Hide preview link description](https://community.elfsight.com/t/hide-preview-link-description/53978)

<div class="topic-metadata">

**Author:** [@Max](https://community.elfsight.com/u/Max)\
**Replies:** 0\
**Last updated:** [May 23, 2024, 1:20pm UTC](https://community.elfsight.com/t/hide-preview-link-description/53978 "2024-05-23T13:20:04Z")

</div>

Add this code to the Custom CSS field on the Settings tab of your RSS Feed widget’s settings: \[class\*="PreviewLink\_\_Title-sc"\], \[class\*="PreviewLink\_\_Description-sc"\] { display: none; } Guys, if this code was helpf…

---

## [Remove Read More button and display full text in the post](https://community.elfsight.com/t/remove-read-more-button-and-display-full-text-in-the-post/34480)

<div class="topic-metadata">

**Author:** [@Max](https://community.elfsight.com/u/Max)\
**Replies:** 0\
**Last updated:** [December 14, 2023, 5:40pm UTC](https://community.elfsight.com/t/remove-read-more-button-and-display-full-text-in-the-post/34480 "2023-12-14T17:40:17Z")

</div>

Add this code to the Custom CSS field on the Settings tab of your RSS Feed widget’s settings: .global-styles, \[id\*="eapps-rss-feed"\] \[class\*="SimpleShortener\_\_Outer-sc"\] { max-height: none; } .global-styles, \[id\*="e…

---

## [Hide images from the feed](https://community.elfsight.com/t/hide-images-from-the-feed/34457)

<div class="topic-metadata">

**Author:** [@Max](https://community.elfsight.com/u/Max)\
**Replies:** 0\
**Last updated:** [December 14, 2023, 2:52pm UTC](https://community.elfsight.com/t/hide-images-from-the-feed/34457 "2023-12-14T14:52:23Z")

</div>

Add this code to the Custom CSS field on the Settings tab of your RSS Feed widget’s settings: \[class\*="CardMediaBlock\_\_MediaBlock"\] { display: none; }

---

## [Apply RTL mode](https://community.elfsight.com/t/apply-rtl-mode/34458)

<div class="topic-metadata">

**Author:** [@Max](https://community.elfsight.com/u/Max)\
**Replies:** 0\
**Last updated:** [December 14, 2023, 2:57pm UTC](https://community.elfsight.com/t/apply-rtl-mode/34458 "2023-12-14T14:57:41Z")

</div>

Add this code to the Custom CSS field on the Settings tab of your RSS Feed widget’s settings: .global-styles, #eapps-rss-feed-WIDGET\_ID \* { direction: rtl; text-align: inherit; } \[class\*="CardLayout\_\_Block-sc"\] { …

---

## [Change image size](https://community.elfsight.com/t/change-image-size/34479)

<div class="topic-metadata">

**Author:** [@Max](https://community.elfsight.com/u/Max)\
**Replies:** 0\
**Last updated:** [December 14, 2023, 5:38pm UTC](https://community.elfsight.com/t/change-image-size/34479 "2023-12-14T17:38:55Z")

</div>

Add this code to the Custom CSS field on the Settings tab of your RSS Feed widget’s settings: .global-styles, \[class^='MediaContainer\_\_Container-sc'\] { height: 150px !important; }
