Suggested donation

Support Area Forums Forward Suggested donation

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.limehousetownhall.co.uk/product/donation/
  • Author
    Posts
  • #29550
    Avatar photoSamV
    Participant

    Hey Bill,

    I seem to be having a dumb moment. Having turnt my donation page into a variable product so that I can allow gift aid declarations, I am no longer able to edit the “suggested donation” amount as it is linked to the variation prices. However if I give them any value other than 0 they interfere with the donated amount.

    So, with that in mind, what is the best way to remove the “Suggested Price: Free!” line?

    #29559
    Bill Robbins
    Moderator

    Hi Sam,

    I believe we can hide that this way:

    1. Go to the Appearance section in your WordPress dashboard and click on Customize.
    2. Look down for the advanced section and click on it. Then choose Custom CSS.
    3. In the box there, add this:
      
      .name_price h5.price {
      	display: none;
      }
      
    4. Save your changes.

    If I have the time this summer, I may write my own name your own price plugin and make it a bit easier to use than this one.

    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Suggested donation’ is closed to new replies.