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?
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?
Hi @user9422
Your request is in the hands of our devs now. I’ll get back to you a bit later
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.
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