Support » Plugin: Personal Fundraiser » [Plugin: Personal Fundraiser] CSS for bullets on pfund comments and also anonymous donate CSS

  • Hi again – After this, I really think I’m done and ready to roll.

    Here’s a sample cause page: http://www.godmanguild.org/my/strange/

    Could you take a look at that? How can I remove the bullets from the pfund-comments? And, it’s showing the avatar of the donor twice, once for the donation and once for the comment. Is that how it’s supposed to work?

    And, if you look just below the Donate button, you’ll see the “Anonymous COmment” text and check box. I’ve got the checkbox positioned fine, but for the life of me can’t find where to get at the label “Anonymous Comment” so that I can bring it to the right with the checkbox.

    Any thoughts?

    http://wordpress.org/extend/plugins/personal-fundraiser/

Viewing 1 replies (of 1 total)
  • Plugin Author John Kleinschmidt

    (@johnkleinschmidt)

    As far as the bullets are concerned, the css is missing the following class for comments:
    .pfund-comments {
    list-style: none;
    }

    This was an oversight on my part and it will be corrected in the next version. In the meantime you can add it to your theme.

    As far as the avatar showing twice, it appears that there are actually two separate donations. Or somehow you manually added a comment. The avatar will appear for each comment or donation.

    As far as the label “Anonymous gift”, you can style it with the following css selector:

    .pfund-donate-form label {
    //Your styles here
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Personal Fundraiser] CSS for bullets on pfund comments and also anonymous donate CSS’ is closed to new replies.