Make the logo bigger

Hi,

I’ve just created a custom contact form, but the logo seems too small. Is there a way that this could be made bigger please?

1 Like

Hi @user9422 :wave:

Your request is in the hands of our devs now. I’ll get back to you a bit later :slightly_smiling_face:

Thanks.

Maybe I am missing something, but where do I change the links for the Privacy Policy and Terms & Conditions? I’m not seeing anything obvious in the editor.

1 Like

You just need to choose the Consent field, then click on Privacy Policy or Terms of Service and choose Edit Link:

@user9422 You can change the logo size in the Header section on the Build Form tab:

However, if you’d like to make it even larger, feel free to use this CSS Code:

[class*='Header__LogoImage-sc'] img {
  max-height: 300px;
  max-width: 380px;
}

This code should be added to the Custom CSS field on the Appearance tab of your widget’s settings :slightly_smiling_face: