• Resolved sshahid12

    (@sshahid12)


    Hello

    How can we remove “donations” on the multi step form of donations.

    We just want to see amount raised and goal.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Robin Joshua Del Mundo

    (@robindelmundo)

    Hi @sshahid12 ,

    I’m glad you reached out because I know exactly how to help you with that situation.

    There’s no simple setting for that, but you can accomplish this by using some CSS codes.

    You can use this CSS code snippet:

    .givewp-layouts-goal__stats-panel__list .givewp-layouts-goal__stats-panel__list-item:nth-child(2){
    display: none;
    }

    Make sure to insert this in the custom styles field in the Design Tab — https://share.zight.com/7Kuw9Rkn.

    This should just about solve it, so I’m marking this one as resolved.

    If you have further questions about this, please post them in here and I’ll be happy to hop back in.

    Thank you for using GiveWP!

    Have a lovely day.

    Thread Starter sshahid12

    (@sshahid12)

    Hi

    We are using DIVI module on our wordpress page design. We insert all donation form via code on the page.

    Is it possible to add this code in the Divi module of CSS code for donation Form module.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Donation on Multi step form’ is closed to new replies.