Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takanudo

    (@takanudo)

    The “Show Facebook icons” determines whether or not to display the icons that appear next to the date for each post. Is that what you are trying to hide? It won’t hide the Facebook profile image that appears at the top of the post or other images in the post. Keep in mind that not all posts have a Facebook icon.

    Thread Starter [email protected]

    (@nobruob4gmailcom)

    Thanks for the response. Is there a way to hide the Facebook profile image through any of the code?

    Plugin Author Takanudo

    (@takanudo)

    You can hide it through css. Try adding the following to the bottom of the style sheet on the settings page for the plugin:

    #facebook_status_box .fb_post .fb_photo
    {
    display: none;
    }
    Thread Starter [email protected]

    (@nobruob4gmailcom)

    Awesome, that worked like a champ! thanks again for all your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons are showing?’ is closed to new replies.