Add border to the posts

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

[class*="CardContainer-sc"] {
border: solid; 
border-color: #b4daff; 
border-width: 1px;
}
1 Like