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;
}
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;
}
Hi there @Paul_Kelly
This code should help:
* {
font-size: 16px;
}
Try it out and let me know if it worked