Donation Button and Graph

Support Area Forums Progress Donation Button and Graph

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #16438
    Kelly Corredor
    Participant

    Hi-

    The text in the donation button will not appear on the website although I saved the word “Donate” in the proper box in home page set up. Also, I would like the donate graph to disappear. I saw where you suggested pasting the below code at the end of the home page styling section but can’t seem to get that to work either. Suggestions? Thanks!

    .donate-graph-holder,
    .donate-end {
    display: none;
    }

    #16441
    Bill Robbins
    Moderator

    Hello Kelly,

    Thank you for your business and sorry for the trouble there. Is there any way you can send over a link to where you’re working with the theme so I can take a closer look at it for you?

    Thanks,
    Bill

    #16446
    Bill Robbins
    Moderator

    Glad you were able to change the button text. Here’s how to hide the donation graph:

    1. Go to the Theme Options page and select the Styling tab.
    2. At the top of that tab, select “yes” to include custom styling.
    3. Then scroll down to the Custom CSS box and paste this:
      
      #donate-graph-holder {
           display: none;
      }
      
    4. Update your settings.

    That should hide the donation graph for you.

    For the email address, I believe you address is showing up there since you sign into PayPal with your address. If another PayPal user clicks on it, the browser will enter their address in the field if they've used it before.

    If you run into any trouble, let me know,
    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Donation Button and Graph’ is closed to new replies.