-
Issue description:
Hi community! My linkedinfeed is just blurry and unclear. I tried everything. Does somebody know how to make it normal again. -
Link to the page with the widget in question:
-
www.headstartwebbuilder.nl
1 Like
Hi there, @user20037
Apologies for this inconvenience!
I’ve forwarded this issue to the devs and will let you know once I have their response
Thank you for waiting, @user20037!
The issue appeared due to the conflict with the styles of your website, but we’ve fixed it using this code in the Custom CSS field on the Appearance tab of your widget’s settings:
[class*="Feed__Content-sc"],
[class*="Main__Inner-sc"],
[class*="Container-sc"] button,
[class*="Tooltip"] {
letter-spacing: normal;
line-height: 1.2 !important;
}
[class*="Container-sc"] button,
[class*="Container-sc"] a {
font-size: 13px !important;
cursor: pointer !important;
}
[class*="Container-sc"] button:hover {
background: none !important;
color: inherit !important;
}
[class*="Container-sc"] * {
font-weight: 400 !important;
}
[class*="User__NameLink-sc"] * {
font-weight: 600 !important;
}
Check your website and let me know if it’s fine now