• Resolved wordpresshelpnow

    (@wordpresshelpnow)


    How do I get rid of the GiveWP Placeholder Image from showing on the left side of the donation form?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wordpresshelpnow

    (@wordpresshelpnow)

    In addition to the ‘GiveWP Placeholder Image’ issue, how can I change the colors of the buttons (both a:link and a:hover) showing the donation amounts?

    Plugin Contributor Ben Meredith

    (@benmeredithgmailcom)

    Hi @wordpresshelpnow,

    There are multiple ways to remove the GiveWP Form Featured image:

    1. Disable it at Donations > Settings > Display Options > Post Types.
    2. On that same settings tab, disable the Single Form Sidebar
    3. Add a featured image to the form (from the individual form’s edit screen) which will remove the placeholder and replace it with your image.

    For your second question, try this CSS:

    button.give-donation-level-btn {
        color:blue;
        background-color:white;
    }
    
    button.give-donation-level-btn:hover {
        color:#0199d9;
        background-color:aliceblue;
    }

    If you need assistance implementing custom CSS on your WordPress website, we have this guide for you:
    https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘GiveWP Placeholder Image’ is closed to new replies.