Facebook text on Members page > modifying css

Ryan Kent

Well-known member
I recall a previous thread discussing how the facebook text on the members page is not readable for members with a dark background. I tried searching for the thread but could not locate it.

As I recall, the response was the text was provided by Facebook and could not be modified on our end.

Today I learned Jaxel has created a CSS file for XenPorta which is able to modify the text color of similar text contained within a Facebook block on the portal page. I was able to make the same adjustment on my site.

There should be a way to duplicate the process for the member's page. Is there a template or other location which can be adjusted for this purpose? The line of code Jaxel uses is
Code:
<fb:fan width="240" height="216" connections="8" stream="false" logobar="false" css="{$xenOptions.boardUrl}/js/8wayrun/facebook.css?1" profile_id="{$option.facebook_profile}"></fb:fan>

I'd like to add the css= portion somewhere to adjust the member's page.
 
Top Bottom