Dates Duplicating In Display on Slider Layout of Linked In Feed

On some posts in the LinkedIn feed, slider widget, not all, and in the minority, the date is being displayed twice - once in the border box and once in the content box. See image below.

It’s not publicly accessible. But is one of my widgets. Anyone else seeing similar and have a fix or is this another developer item? I’d consider this a bug, not a feature request, but that’s just me.

1 Like

Hi there, @user29521 :waving_hand:

The thing is that in reposts the date is displayed both for the original post and for the repost itself. The date seems to be duplicated because of the CSS code you’ve added to the widget, but actually they are separated with an image.

To remove the 2nd date, please add this code to the Custom CSS field and let me know if it helped :slightly_smiling_face:

.es-card-repost-preview-block-description [class*='User__Container'] {
  display: none;
}
2 Likes

Hi thanks. Looks like that took care of it. Much appreciated!

1 Like

It’s my pleasure!

Feel free to contact us again in case of any questions :wink: