Hide images from post cards

Add this code to the Custom CSS field on the Appearance tab of your LinkedIn Feed widget’s settings:

.es-carousel-layout-item
[class*="CardMediaBlock__MediaBlock-sc"] {
  display: none;
}

.es-carousel-layout-item
[class*="Block__RegularBlock-sc"]:not([class*="CardUserBlock__UserBlock-sc"]) {
  padding-bottom: 16px;
}

.es-carousel-layout-item
[class*="Block__RegularBlock-sc"]:not([class*="CardUserBlock__UserBlock-sc"]) 
.es-text-shortener {
  line-height: 20px;
  font-size: 14px;
}
1 Like