Redirect to full post on LinkedIn when clicking on Read More

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

[class*="Text__Control-sc"] {
pointer-events: none;
}

[class*="Text__Container-sc"]:hover [class*="Text__Control-sc"] {
text-decoration: underline;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: