Allow formatting of post-checkout page elements: Giving Hub
Once a donor has given through the Giving Hub page, there is a default Thank You that appears (1A in image attached)- we would like to be able to edit & format, and/or hide this.
On this same page display, the Continue Giving button (1B in attached image) is plopped right down onto the edge of the footer, and it looks terrible. Would also like the ability to add a margin to this or otherwise move/change this button!
-
Jared Mabrey
commented
Hey Jesika, you might've already figured it out by now, but if you put this bit of CSS in the top of your html in the Thank You Giving Hub portal content, it'll hide it!
Don't put this in your main CSS, though.
<style>
/* Hide Thank You h3 text and Continue Giving button */
h3,
.mt-2,
.ft_banner {
display: none;
}
/* Make block full-width */
.col-md-6 {
width: 100%;
}</style>
-
Kate Stel
commented
Agreed - ability to style all "screens" of donor experience on the giving hub would be ideal
-
Jennifer Smith
commented
Just discovered the same issue for our site today!