CMS Development

ThameemGuidanz
Miembro

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 Me gusta
2 Soluciones aceptadas
dennisedson
Solución
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Pay now button remove on PDF

resolver
0 Me gusta
Anton
Solución
Experto reconocido | Partner nivel Diamond
Experto reconocido | Partner nivel Diamond

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

Ver la solución en mensaje original publicado

2 Respuestas 2
Anton
Solución
Experto reconocido | Partner nivel Diamond
Experto reconocido | Partner nivel Diamond

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
Solución
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Pay now button remove on PDF

resolver

@amandaulm , @fgoverna , @RussJB 

Any of you all able to assist here?

0 Me gusta