CMS Development

ThameemGuidanz
Membro

Pay now button remove on PDF

resolver

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 Avaliação positiva
2 Solução aceitas
dennisedson
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Pay now button remove on PDF

resolver

@amandaulm , @fgoverna , @RussJB 

Any of you all able to assist here?

Exibir solução no post original

0 Avaliação positiva
Anton
Solução
Especialista reconhecido(a) | Parceiro Diamante
Especialista reconhecido(a) | Parceiro Diamante

Pay now button remove on PDF

resolver

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

Exibir solução no post original

2 Respostas 2
Anton
Solução
Especialista reconhecido(a) | Parceiro Diamante
Especialista reconhecido(a) | Parceiro Diamante

Pay now button remove on PDF

resolver

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
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Pay now button remove on PDF

resolver

@amandaulm , @fgoverna , @RussJB 

Any of you all able to assist here?

0 Avaliação positiva