We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
May 18, 2022 10:53 PM
Hi All,
In HubSpot, the quote template doesn't need the pay now button on pdf but I need it in the web URL. Is it possible to achieve this one?
Solved! Go to Solution.
May 19, 2022 10:53 AM
@amandaulm , @fgoverna , @RussJB
Any of you all able to assist here?
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
May 19, 2022 10:55 AM
Hi @ThameemGuidanz,
yes - it should be possible.
Try this:
Open the main CSS file of your quote and put this code at the bottom of it
@media print{ {# affects only print media like pdf #}
#hs-download__container{
display:none;}
}
best,
Anton
![]() | Did my post help answer your query? Help the Community by marking it as a solution |
May 19, 2022 10:55 AM
Hi @ThameemGuidanz,
yes - it should be possible.
Try this:
Open the main CSS file of your quote and put this code at the bottom of it
@media print{ {# affects only print media like pdf #}
#hs-download__container{
display:none;}
}
best,
Anton
![]() | Did my post help answer your query? Help the Community by marking it as a solution |
May 19, 2022 10:53 AM
@amandaulm , @fgoverna , @RussJB
Any of you all able to assist here?
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |