Linkedin feed question

how to change fonts linkedin feed heading, title and font sizes

1 Like

Hi there, @Priya_Anand :waving_hand:

You can control the size of the title and the caption in the Header section on the Appearance tab:

To set a custom font for the header and caption, please use this code in the Custom CSS field on the Appearance tab of your widget’s settings:

[class*="WidgetTitle__Header-sc"] {
  font-family: Calibri;
}

[class*="WidgetTitle__Caption-sc"] {
  font-family: Times New Roman;
}

Please try it out and let me know if it helped :wink: