Support » Plugins » [Plugin: Simple Facebook Connect] CSS for Fan Box

  • I’ve customized my Fan Box using CSS in the Settings page, and I’ve found lots on information about customizing the Like Box portion of the Fan Box; however, I cannot find any documentation on customizing the Stream portion. I want to remove the profile image and maybe the name of my Facebook Page from the stream. My Fan Box is on my site’s homepage, and it’s nearly impossible to read the posts in the stream because the profile picture is taking up all of the widget’s “real estate”. Here’s my site:

    http://www.noagl.org

    I’m sure it has something to do with an option in the .page_stream in the CSS. Here’s my CSS:

    .fan_box a, a:hover{
    color:#5A1DFC;
    text-decoration: none;
    }
    .fan_box .full_widget{
    border: 1px solid #CCCCCC !important;
    background: none !important;
    width; 100% !important;
    }
    .fan_box .connect_top{
    background: none !important;
    }
    .fan_box .profileimage, .fan_box .name_block{
    display: none;
    }
    .fan_box .connections{
    padding: 0 !important;
    border: 0 !important;
    font-family: “Helvetica Neue”, Arial, Helvetica, “Nimbus Sans L”, sans-serif;
    color: #FF0000;
    }
    .page_stream .{
    }

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    .page_stream .profilePic

    and

    .page_stream .actorName

    Use Chrome’s inspect element to see things like classes and such on elements on the page.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Facebook Connect] CSS for Fan Box’ is closed to new replies.