alexwhalen,
I would be glad to help, can you supply an example link?
Spencer
Spencer
Current example can be found at aims.ca/test, I have it mocked up so that the FB feed is on the right side of the page, and I would like to edit that title to make it smaller and possibly change the font, etc.
Thanks.
A
Thanks for the link. I can help you with the font-size for sure. As for the font I don’t have anything to offer other than the basic webfonts, nothing fancy another words.
Add this custom CSS to the Custom CSS box on the settings page of our plugin. Feel free to change the font-size or font family.
.fts-jal-fb-header h1 {
font-size:25px !important;
font-family: arial !important;
}
Spencer
Thanks! Is there any way I can change the text of what is said there? Right now it has our organization name, but I would rather simply have it say something like “Facebook updates”
You’re welcome. If you have the premium version you can hide the title, then you could just type the text “Facebook Updates” above the shortcode in the content area where you pasted it.
Spencer