How to change font size in facebook feed?

I tried changing the font size of the text in the FB post with no success – any advice?. I tried this code in CCS:

.eapps-facebook-feed{
font-family: Arial;
font-size:20px;
}

1 Like

Hi there @Paul_Kelly :wave:

This code should help:

* {
  font-size: 16px;
}

Try it out and let me know if it worked :wink: