• Resolved Richard B.

    (@richcb7)


    I am working on a more customized for the above website.

    But one thing the user wants is to remove the FORM title at the top of the GiveWP display. The menu link says “Giving” but the form says “Donations.” The user wants to remove the display of “Donations from the form as the menu already says it.

    I have been looking through the documentation, but not finding anything.

    Is there a way to do this?

    Thanks,

    Richard..

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

Viewing 1 replies (of 1 total)
  • Plugin Support Matheus Martins

    (@matheusfd)

    Hey @richcb7,

    Out of the box, it’s not possible in GiveWP plugin. However, a workaround would be to hide it via CSS. Your code would look something like this:

    h1.give-form-title.entry-title {
        display: none;
        visibility: hidden;
    }

    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/

    Please note that this code snippet is provided as an example of how you can extend GiveWP with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.

    Feel free to message us if you need further assistance! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Hide Title in form’ is closed to new replies.