Ability to add logo to main calculator page

I know you can add it in the printed or downloaded results page but it’d be great to have branding on the main page

1 Like

Hi there, @Lacie_Lindstaedt :waving_hand:

Could you please specify the exact place in the calculator, where you’d like to add a logo (for example, above the widget title, at the top of the Results section, etc)?

I guess it would depend on which template / calculator but the option for more branding at the top would make more sense to me.

1 Like

Got it, thanks!

We’ll try to consider this opportunity in the future, especially if it gets more votes :slightly_smiling_face:

I’d also like to note that you can add the image using the Caption field in the Header. To do this, open the Header section and select the Code Editor mode for the Caption field:


After that, you should this code to the needed place of your caption: <img src="Image_URL" width="300" height="200">

Do not forget to replace Image_URL with the URL to your image (it should be publicly accessible via link) and adjust width and height to your needs :slightly_smiling_face: