CMS Development

ThameemGuidanz
Member

Pay now button remove on PDF

SOLVE

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?

0 Upvotes
2 Accepted solutions
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Pay now button remove on PDF

SOLVE

@amandaulm , @fgoverna , @RussJB 

Any of you all able to assist here?

View solution in original post

0 Upvotes
Anton
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Pay now button remove on PDF

SOLVE

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

Anton Bujanowski Signature

View solution in original post

2 Replies 2
Anton
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Pay now button remove on PDF

SOLVE

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

Anton Bujanowski Signature
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Pay now button remove on PDF

SOLVE

@amandaulm , @fgoverna , @RussJB 

Any of you all able to assist here?

0 Upvotes