Skip to main content

Hide Givy branding on redemption and check balance pages

If you'd like to keep your redemption and check balance pages unbranded, here's a quick tutorial on hiding any Givy branding

Updated over 10 months ago

By default, Givy adds some subtle branding to the gift redemption page. If you would like to remove this branding, follow these steps:

  • In Givy, open the Storefront Assets page

  • Open the Custom CSS tab

  • Find the section called Redemption Page

  • Add the following CSS into the text area

.g-branding {
display: none;
}
  • Find the section called Balance Page

  • Add the following CSS into the text area

.g-branding {
display: none;
}

Now, save the page, and the Givy branding will be removed from the redemption and check balance pages.

Did this answer your question?