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
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
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
May 19, 2022 10:53 AM
@amandaulm , @fgoverna , @RussJB
Any of you all able to assist here?