Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder
Question de dg5150
2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.
Hi Loopus hope you're well. Quick question.. in the PDF generation, how to i change the colour of the project content text? it's coming up in a very light grey, which is all but unreadable. Cheers
Hello, It uses the color defined in the "Texts color" option of the form. If needed, you can use this rule in the "Custom CSS rules" option of the form to change the text color in the summary table only : #estimation_popup #lfb_summary table td { color: #333 !important; }
thats what i thought (i.e. texts color) but i have that set to white as its a black form (headings are white) when i change it to black i lose all my headings. Will the CSS above work specifically for PDF generation or will it also change form heading colors? Cheers
This css rule will change the text color of the summary table (in the form, the email and pdf) .
awesome thanks..will give it a shot now